ok/jj
1
0
Fork 0
forked from mirrors/jj

cargo: fill in crates.io metadata

This commit is contained in:
Martin von Zweigbergk 2021-01-03 08:45:07 -08:00
parent abc9dc1733
commit bb4b028b2b
2 changed files with 14 additions and 0 deletions

View file

@ -3,6 +3,14 @@ name = "jujube"
version = "0.1.0"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
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"]

View file

@ -3,6 +3,12 @@ name = "jujube-lib"
version = "0.1.0"
authors = ["Martin von Zweigbergk <martinvonz@google.com>"]
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