Radish alpha
r
rad:z39mP9rQAaGmERfUMPULfPUi473tY
Radicle terminal user interface
Radicle
Git
Adds readme to project metadata
Merged did:key:z6MkgFq6...nBGz opened 1 year ago
1 file changed +4 -2 6be62eee a2fea78a
modified Cargo.toml
@@ -1,15 +1,17 @@
[package]
name = "radicle-tui"
description = "Radicle terminal user interfaces"
-
keywords = ["radicle", "tui", "heartwood", "cli"]
+
version = "0.3.0"
repository = "https://app.radicle.xyz/nodes/seed.radicle.xyz/rad:z39mP9rQAaGmERfUMPULfPUi473tY"
homepage = "https://radicle.xyz"
license = "MIT OR Apache-2.0"
-
version = "0.3.0"
authors = ["Erik Kundt <erik@zirkular.io>"]
+
keywords = ["radicle", "tui", "heartwood", "cli"]
+
readme = "README.md"
edition = "2021"
build = "build.rs"

+

[features]
default = ["bin"]
bin = []