Radish alpha
r
Git libraries for Radicle
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle-git-ext: prepare radicle-git-ext for publishing
Fintan Halpenny committed 3 years ago
commit 5eccc79cd88c780af1c43fd3066077fa2ca6c027
parent 1d41bf0447aabdfd2c10662fb31a59596faaebcd
2 files changed +4 -0
modified radicle-git-ext/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["The Radicle Team <dev@radicle.xyz>"]
edition = "2018"
license = "GPL-3.0-or-later"
description = "Utilities and extensions to the git2 crate"
+
keywords = ["git", "radicle"]

[lib]
doctest = false
@@ -21,6 +22,7 @@ default-features = false
features = ["vendored-libgit2"]

[dependencies.git-ref-format]
+
version = "0.1.0"
path = "../git-ref-format"

[dependencies.minicbor]
@@ -34,4 +36,5 @@ features = ["derive"]
optional = true

[dependencies.radicle-std-ext]
+
version = "0.1.0"
path = "../radicle-std-ext"
modified radicle-std-ext/Cargo.toml
@@ -5,6 +5,7 @@ authors = ["The Radicle Team <dev@radicle.xyz>"]
edition = "2018"
license = "GPL-3.0-or-later"
description = "Monkey patches of std types"
+
keywords = ["std", "radicle"]

[lib]
doctest = false