sharenet/backend/crates/sharenet-tui-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

15 lines
376 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 }
utils = { path = "../utils" }