diff --git a/Cargo.toml b/Cargo.toml index ad7a989..97cec89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,12 @@ [package] name = "gamenite" +description = "A graph library for board games" version = "0.1.0" edition = "2021" +license = "GPL-3.0-or-later" +homepage = "https://git.danejohnson.org/dane/gamenite" +repository = "https://git.danejohnson.org/dane/gamenite" +readme = "README.md" [lib] crate-type = ["rlib", "cdylib"] diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1f0b06 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# gamenite