diff --git a/Cargo.toml b/Cargo.toml index 0c9032f..2e7926d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,9 @@ name = "wikidata" version = "0.1.0" authors = ["Smitty "] edition = "2018" +repository = "https://github.com/Smittyvb/wikidata/" +license = "Apache-2.0" +description = "A library for working with Wikidata in Rust" [dependencies] chrono = { version = "0.4.19", features = ["std", "serde"], default-features = false }