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

17 lines
504 B
TOML

[package]
name = "sharenet-api-memory"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
[dependencies]
domain = { path = "../domain" }
api = { path = "../api" }
application = { path = "../application" }
cli = { path = "../cli" }
memory = { path = "../memory" }
clap = { workspace = true, features = ["derive"] }
tokio = { workspace = true, features = ["full", "macros", "rt-multi-thread"] }
anyhow = { workspace = true }
dotenvy = { workspace = true }