iota/iota-installer/Cargo.toml
Rasensprenger 8460c7a994
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Update Rust crate zip to v8
2026-08-30 23:01:14 +03:00

11 lines
180 B
TOML

[package]
name = "iota-installer"
version = "0.1.0"
edition = "2024"
[dependencies]
anyhow = "1"
tempfile = "3"
zip = "8"
serde_json = "1"
iota-paths = { path = "../iota-paths" }