Skip to content

Commit cbb519e

Browse files
committed
update Cargo.toml
1 parent 9cad118 commit cbb519e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ name = "gobang"
33
version = "0.1.0-alpha.0"
44
authors = ["Takayuki Maeda <takoyaki0316@gmail.com>"]
55
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"
610

711
[dependencies]
812
tui = { version = "0.14.0", features = ["crossterm"], default-features = false }

0 commit comments

Comments
 (0)