From bb4b028b2b3b32b9f169ae5f6a65a925a63c741f Mon Sep 17 00:00:00 2001 From: Martin von Zweigbergk Date: Sun, 3 Jan 2021 08:45:07 -0800 Subject: [PATCH] cargo: fill in crates.io metadata --- Cargo.toml | 8 ++++++++ lib/Cargo.toml | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 7c53a3df1..01db95653 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,14 @@ name = "jujube" version = "0.1.0" authors = ["Martin von Zweigbergk "] edition = "2018" +license = "Apache-2.0" +description = "Jujube (an experimental VCS)" +homepage = "https://github.com/martinvonz/jj" +repository = "https://github.com/martinvonz/jj" +documentation = "https://docs.rs/jujube" +readme = "README.md" +keywords = ["VCS", "DVCS", "SCM", "Git", "Mercurial"] +categories = ["command-line-utilities", "development-tools"] [workspace] members = ["lib"] diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 395634b64..c2c528ac1 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -3,6 +3,12 @@ name = "jujube-lib" version = "0.1.0" authors = ["Martin von Zweigbergk "] edition = "2018" +license = "Apache-2.0" +description = "Library for Jujube (an experimental VCS)" +homepage = "https://github.com/martinvonz/jj" +repository = "https://github.com/martinvonz/jj" +documentation = "https://docs.rs/jujube" +readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html