sharenet/backend/crates/sharenet-cli-memory/Cargo.toml
continuist 376808431a
Some checks failed
Podman Rootless Demo / test-backend (push) Has been skipped
Podman Rootless Demo / test-frontend (push) Has been skipped
Podman Rootless Demo / build-backend (push) Has been skipped
Podman Rootless Demo / build-frontend (push) Failing after 9m0s
Podman Rootless Demo / deploy-prod (push) Has been skipped
Podman Rootless Demo / test-backend (pull_request) Has been skipped
Podman Rootless Demo / test-frontend (pull_request) Has been skipped
Podman Rootless Demo / build-backend (pull_request) Has been skipped
Podman Rootless Demo / build-frontend (pull_request) Failing after 8m29s
Podman Rootless Demo / deploy-prod (pull_request) Has been skipped
Add remaining files for feature
2025-11-01 10:31:10 -04:00

16 lines
No EOL
404 B
TOML

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