From bfb7975477695a348f3688facc6173e3a99f6061 Mon Sep 17 00:00:00 2001 From: Smitty Date: Fri, 28 May 2021 10:50:43 -0400 Subject: [PATCH] add metadata --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) 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 }