diff --git a/bin/ircd/Cargo.toml b/bin/ircd/Cargo.toml index 85df02b2d..b72329c7c 100644 --- a/bin/ircd/Cargo.toml +++ b/bin/ircd/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "ircd" -version = "0.3.0" -homepage = "https://dark.fi" description = "P2P IRC daemon" -authors = ["darkfi "] -repository = "https://github.com/darkrenaissance/darkfi" -license = "AGPL-3.0-only" +version = "0.3.0" edition = "2021" +authors = ["darkfi "] +license = "AGPL-3.0-only" +homepage = "https://dark.fi" +repository = "https://github.com/darkrenaissance/darkfi" +keywords = [] +categories = [] [dependencies] darkfi = {path = "../../", features = ["net", "rpc"]} @@ -32,7 +34,7 @@ simplelog = "0.12.0" fxhash = "0.2.1" ctrlc-async = {version= "3.2.2", default-features = false, features = ["async-std", "termination"]} url = "2.2.2" -ringbuffer = "0.8.4" +ringbuffer = "0.8.4" # Encoding and parsing serde_json = "1.0.82" diff --git a/bin/tau/tau-cli/Cargo.toml b/bin/tau/tau-cli/Cargo.toml index 8c7094600..ae5e3c5f1 100644 --- a/bin/tau/tau-cli/Cargo.toml +++ b/bin/tau/tau-cli/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "tau" -version = "0.3.0" -homepage = "https://dark.fi" description = "Command-line client for taud" -authors = ["darkfi "] -repository = "https://github.com/darkrenaissance/darkfi" -license = "AGPL-3.0-only" +version = "0.3.0" edition = "2021" +authors = ["darkfi "] +license = "AGPL-3.0-only" +homepage = "https://dark.fi" +repository = "https://github.com/darkrenaissance/darkfi" +keywords = [] +categories = ["command-line-utilities"] [dependencies] async-std = {version = "1.12.0", features = ["attributes"]} diff --git a/bin/tau/taud/Cargo.toml b/bin/tau/taud/Cargo.toml index c1111cd84..ee9e9f4c4 100644 --- a/bin/tau/taud/Cargo.toml +++ b/bin/tau/taud/Cargo.toml @@ -1,7 +1,14 @@ [package] name = "taud" +description = "Encrypted tasks management app using peer-to-peer network and raft consensus." version = "0.3.0" edition = "2021" +authors = ["darkfi "] +license = "AGPL-3.0-only" +homepage = "https://dark.fi" +repository = "https://github.com/darkrenaissance/darkfi" +keywords = [] +categories = [] [dependencies] darkfi = { path = "../../../", features = ["rpc", "raft", "net"]}