16 lines
518 B
TOML
16 lines
518 B
TOML
[package]
|
|
name = "iota-daemon"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
iota-daemon-lib = { path = "../iota-daemon-lib" }
|
|
iota-ipc = { path = "../iota-ipc" }
|
|
iota-logger = { path = "../iota-logger" }
|
|
iota-paths = { path = "../iota-paths" }
|
|
iota-storage = { path = "../iota-storage" }
|
|
iota-util = { path = "../iota-util" }
|
|
iota-terms = { path = "../iota-terms" }
|
|
omikron-connector = { path = "../omikron-connector" }
|
|
web-server = { path = "../web-server" }
|
|
tokio = { version = "1.50.0", features = ["full"] }
|