This commit is contained in:
Alex Emmet 2026-04-04 22:22:46 +02:00
commit 05763e7dd3
9 changed files with 73 additions and 11 deletions

15
iota-util/Cargo.toml Normal file
View file

@ -0,0 +1,15 @@
[package]
name = "iota-util"
version = "0.1.0"
edition = "2024"
[dependencies]
ttp-core = { git = "https://github.com/Tensamin/TTP.git", package = "ttp-core" }
ttp-native = { git = "https://github.com/Tensamin/TTP.git", package = "ttp-native" }
json = "*"
pnet = "0.35.0"
ratatui = "0.30.0"
reqwest = "0.13.2"
tokio = { version = "1.50.0", features = ["full"] }