Research-Stack/4-Infrastructure/infra/ene-rds/crates/ene-node/Cargo.toml
allaun 5f80fd8429 chore(repo): push local 768-commit branch state onto clean remote baseline
This squashes all local history (768 commits) onto the scrubbed PR #90
baseline. Individual commits were lost during filter-repo corruption;
the working tree content is preserved intact.

Build: N/A (working tree state only)
2026-06-15 22:46:50 -05:00

25 lines
582 B
TOML

[package]
name = "ene-node"
version.workspace = true
edition.workspace = true
license.workspace = true
publish = false
[dependencies]
anyhow = { workspace = true }
chrono = { workspace = true }
clap = { workspace = true }
ene-common = { path = "../ene-common" }
hex = "0.4"
hmac = "0.12"
sha2 = "0.10"
rand = "0.8"
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
[dependencies.rusqlite]
version = "0.32"
features = ["bundled", "chrono"]