mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-17 15:25:47 +00:00
acac235c6e
* remove unused functions * remove unused functions * use databasetree * update gobang.gif * refactor * remove unused dependencies * fix header's and row's default style
17 lines
479 B
TOML
17 lines
479 B
TOML
[package]
|
|
name = "database-tree"
|
|
version = "0.1.2"
|
|
authors = ["Stephan Dilly <dilly.stephan@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
homepage = "https://github.com/TaKO8Ki/gobang"
|
|
repository = "https://github.com/TaKO8Ki/gobang"
|
|
readme = "README.md"
|
|
description = "A cross-platform terminal database tool written in Rust"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0"
|
|
sqlx = { version = "0.4.1", features = ["mysql", "chrono", "runtime-tokio-rustls"] }
|
|
chrono = "0.4"
|
|
anyhow = "1.0.38"
|