We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cad118 commit cbb519eCopy full SHA for cbb519e
1 file changed
Cargo.toml
@@ -3,6 +3,10 @@ name = "gobang"
3
version = "0.1.0-alpha.0"
4
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
5
edition = "2018"
6
+homepage = "https://github.com/TaKO8Ki/gobang"
7
+repository = "https://github.com/TaKO8Ki/gobang"
8
+readme = "README.md"
9
+description = "A cross-platform terminal database tool written in Rust"
10
11
[dependencies]
12
tui = { version = "0.14.0", features = ["crossterm"], default-features = false }
0 commit comments