iota/iota-updater/Cargo.toml

19 lines
356 B
TOML

[package]
name = "iota-updater"
version = "0.1.0"
edition = "2024"
[dependencies]
iota-paths = { path = "../iota-paths" }
<<<<<<< HEAD
=======
>>>>>>> refs/remotes/origin/main
tokio = { version = "1.50.0", features = ["full"] }
sha2 = "0.11.0"
hex = "*"
serde = "1.0.228"
tempfile = "3.27.0"
anyhow = "1.0.102"
ed25519-dalek = "2.2.0"
serde_json = "1.0"