mirror of
https://github.com/TaKO8Ki/gobang
synced 2024-11-15 18:13:50 +00:00
b4a1cc792d
* publish database-tree * use v0.1.0-alpha.1 * always run cargo publish
17 lines
455 B
TOML
17 lines
455 B
TOML
[package]
|
|
name = "database-tree"
|
|
version = "0.1.0-alpha.1"
|
|
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
homepage = "https://github.com/TaKO8Ki/gobang"
|
|
repository = "https://github.com/TaKO8Ki/gobang"
|
|
readme = "README.md"
|
|
description = "Database tree structure"
|
|
|
|
[dependencies]
|
|
thiserror = "1.0"
|
|
sqlx = { version = "0.4.1", features = ["mysql", "chrono", "runtime-tokio-rustls"] }
|
|
chrono = "0.4"
|
|
anyhow = "1.0.38"
|