[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 }