10 lines
152 B
TOML
10 lines
152 B
TOML
[package]
|
|
name = "iota-terms"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
iota-state = { path = "../iota-state" }
|
|
|
|
json = "*"
|
|
reqwest = "0.13.2"
|