sharenet/backend/crates/sharenet-tui-memory/Cargo.toml

14 lines
346 B
TOML

[package]
name = "sharenet-tui-memory"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
anyhow = { workspace = true }
domain = { path = "../domain" }
application = { path = "../application" }
tui = { path = "../tui" }
memory = { path = "../memory" }
tokio = { workspace = true }