14 lines
461 B
TOML
14 lines
461 B
TOML
[package]
|
|
name = "client"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
mtp = { git = "https://git.methanium.net/Methanium/mtp.git", features = ["client", "crypto"] }
|
|
iota-connection = { path = "../iota-connection" }
|
|
iota-logger = { path = "../iota-logger" }
|
|
iota-util = { path = "../iota-util" }
|
|
iota-storage = { path = "../iota-storage" }
|
|
dashmap = "6.1.0"
|
|
tokio = { version = "1.50.0", features = ["full"] }
|
|
uuid = { version = "*", features = ["v4"] }
|