This commit is contained in:
Alex Emmet 2026-04-04 21:43:54 +02:00
commit 71ac8d97fa
12 changed files with 445 additions and 445 deletions

10
iota-terms/Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "iota-terms"
version = "0.1.0"
edition = "2024"
[dependencies]
iota-state = { path = "../iota-state" }
json = "*"
reqwest = "0.13.2"