diff --git a/Cargo.toml b/Cargo.toml index afdb009..e6d8ea0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,10 @@ name = "gobang" version = "0.1.0-alpha.0" authors = ["Takayuki Maeda "] edition = "2018" +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] tui = { version = "0.14.0", features = ["crossterm"], default-features = false }