iota/iota-connection/Cargo.toml
2026-07-20 15:28:15 +02:00

9 lines
230 B
TOML

[package]
name = "iota-connection"
version = "0.1.0"
edition = "2024"
[dependencies]
iota-storage = { path = "../iota-storage" }
iota-util = { path = "../iota-util" }
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }