10 lines
193 B
TOML
10 lines
193 B
TOML
[package]
|
|
name = "iota-terms"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
iota-util = { path = "../iota-util" }
|
|
|
|
reqwest = "0.13.2"
|
|
tokio = { version = "1.50.0", features = ["macros"] }
|