|
@@ -1,23 +1,16 @@
|
|
|
[package]
|
|
[package]
|
|
|
name = "darkwiki"
|
|
name = "darkwiki"
|
|
|
-description = ""
|
|
|
|
|
|
|
+description = "CLI utility for interacting with darkwikid"
|
|
|
version = "0.4.0"
|
|
version = "0.4.0"
|
|
|
edition = "2021"
|
|
edition = "2021"
|
|
|
authors = ["darkfi <dev@dark.fi>"]
|
|
authors = ["darkfi <dev@dark.fi>"]
|
|
|
license = "AGPL-3.0-only"
|
|
license = "AGPL-3.0-only"
|
|
|
homepage = "https://dark.fi"
|
|
homepage = "https://dark.fi"
|
|
|
repository = "https://github.com/darkrenaissance/darkfi"
|
|
repository = "https://github.com/darkrenaissance/darkfi"
|
|
|
-keywords = []
|
|
|
|
|
-categories = []
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
[dependencies]
|
|
|
darkfi = {path = "../../../", features = ["rpc"]}
|
|
darkfi = {path = "../../../", features = ["rpc"]}
|
|
|
|
|
|
|
|
-
|
|
|
|
|
# Async
|
|
# Async
|
|
|
smol = "1.2.5"
|
|
smol = "1.2.5"
|
|
|
async-std = {version = "1.12.0", features = ["attributes"]}
|
|
async-std = {version = "1.12.0", features = ["attributes"]}
|
|
@@ -35,8 +28,3 @@ url = "2.3.1"
|
|
|
serde = {version = "1.0.145", features = ["derive"]}
|
|
serde = {version = "1.0.145", features = ["derive"]}
|
|
|
serde_json = "1.0.85"
|
|
serde_json = "1.0.85"
|
|
|
structopt = "0.3.26"
|
|
structopt = "0.3.26"
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|