Files
darkfi/bin/darkwiki/darkwikid/Cargo.toml
2023-06-06 14:06:36 +02:00

35 lines
858 B
TOML

[package]
name = "darkwikid"
version = "0.4.1"
homepage = "https://dark.fi"
description = "Reference daemon for a decentralized P2P wiki"
authors = ["Dyne.org foundation <foundation@dyne.org>"]
repository = "https://github.com/darkrenaissance/darkfi"
license = "AGPL-3.0-only"
edition = "2021"
[dependencies]
async-std = "1.12.0"
async-trait = "0.1.68"
blake3 = "1.3.3"
bs58 = "0.5.0"
darkfi = {path = "../../../", features = ["raft", "rpc", "util"]}
darkfi-serial = {path = "../../../src/serial"}
dryoc = "0.5.0"
easy-parallel = "3.3.0"
futures = "0.3.28"
lazy_static = "1.4.0"
log = "0.4.18"
serde = "1.0.163"
serde_derive = "1.0.163"
serde_json = "1.0.96"
signal-hook-async-std = "0.2.2"
signal-hook = "0.3.15"
simplelog = "0.12.1"
structopt = "0.3.26"
structopt-toml = "0.5.1"
smol = "1.3.0"
toml = "0.7.4"
unicode-segmentation = "1.10.1"
url = "2.4.0"