12 lines
290 B
TOML
12 lines
290 B
TOML
[package]
|
|
name = "iota-state"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
dashmap = "6.1.0"
|
|
once_cell = "1.21.3"
|
|
tokio = { version = "1.50.0", features = ["full"] }
|
|
json = "*"
|
|
sysinfo = "0.38.3"
|
|
ttp-core = { git = "https://git.methanium.net/Tensamin/TTP.git", package = "ttp-core" }
|