Some checks failed
renovate/artifacts Artifact file update failure
renovate/stability-days Updates have met minimum release age requirement
16 lines
413 B
TOML
16 lines
413 B
TOML
[package]
|
|
name = "communities"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
|
iota-util = { path = "../iota-util" }
|
|
|
|
futures = "*"
|
|
rand = "0.10"
|
|
rand_core = { version = "0.6", features = ["getrandom", "std"] }
|
|
sha2 = "0.11.0"
|
|
tokio = { version = "1.50.0", features = ["full"] }
|
|
uuid = { version = "*", features = ["v4"] }
|
|
x448 = { version = "*" }
|