From cbb519e0350c49e39105e1af96f1648c8197afe1 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Wed, 23 Jun 2021 04:42:12 +0900 Subject: [PATCH] update Cargo.toml --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) 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 }