forked from p2panda/aquadoggo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
42 lines (39 loc) · 1019 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[package]
name = "aquadoggo_cli"
version = "0.8.0"
authors = [
"adz <[email protected]>",
"cafca <[email protected]>",
"pietgeursen <[email protected]>",
"sandreae <[email protected]>",
"sophiiistika <[email protected]>",
"glyph <[email protected]>",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/p2panda/aquadoggo"
readme = "README.md"
edition = "2018"
[[bin]]
name = "aquadoggo"
path = "src/main.rs"
doc = false
[dependencies]
anyhow = "1.0.62"
clap = { version = "4.1.8", features = ["derive", "cargo", "env"] }
colored = "2.0.4"
directories = "5.0.1"
env_logger = "0.9.0"
figment = { version = "0.10.10", features = ["toml", "env"] }
hex = "0.4.3"
libp2p = "0.52.4"
log = "0.4.20"
p2panda-rs = "0.8.1"
path-clean = "1.0.1"
rand = "0.8.5"
serde = { version = "1.0.185", features = ["serde_derive"] }
tempfile = "3.7.0"
tokio = { version = "1.28.2", features = ["full"] }
toml = "0.7.6"
[dependencies.aquadoggo]
version = "~0.8.0"
path = "../aquadoggo"