From 17f5703d4abea1397f0398a661b1c95f9386d152 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 3 Sep 2020 12:46:47 +0200 Subject: [PATCH] Add metadata information Signed-off-by: trivernis --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index cd61ea3..3ee7e46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "bibliographix" +description = "A bibliography management crate." version = "0.1.0" authors = ["trivernis "] edition = "2018" +license = "Apache-2.0" +readme = "README.md" +repository = "https://github.com/Trivernis/bibliographix" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html