[Feat] Split Daemon & TUI
This commit is contained in:
parent
f82500ea7d
commit
36a70e82a0
35 changed files with 970 additions and 239 deletions
|
|
@ -3,6 +3,10 @@ name = "iota-state"
|
|||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[features]
|
||||
default = ["legacy-globals"]
|
||||
legacy-globals = []
|
||||
|
||||
[dependencies]
|
||||
dashmap = "6.1.0"
|
||||
once_cell = "1.21.3"
|
||||
|
|
@ -10,3 +14,4 @@ tokio = { version = "1.50.0", features = ["full"] }
|
|||
json = "*"
|
||||
sysinfo = "0.38.3"
|
||||
mtp = { git = "https://git.methanium.net/Methanium/mtp.git" }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue