...
This commit is contained in:
parent
3cdf7c62d5
commit
71ac8d97fa
12 changed files with 445 additions and 445 deletions
10
iota-terms/Cargo.toml
Normal file
10
iota-terms/Cargo.toml
Normal 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"
|
||||
Loading…
Reference in a new issue