Research-Stack/4-Infrastructure/infra/ene-rds/crates/ene-api/Cargo.toml
Brandon Schneider 09cfe00eec Expand ene-rds Rust workspace and refine devcontainer
- Add ene-node, ene-rds-chat, ene-rds-ephemeral, ene-rds-wiki,
  ene-storage, ene-sync crates to the ene-rds workspace
- Extend ene-rds-core with shared types and cluster messaging
- Add review doc and wiki page for the RDS Rust workspace
- Fix devcontainer: custom /etc/passwd with researcher user,
  add gcc/glibc/binutils for VS Code server compatibility,
  include util-linux, gnutar, gzip; add LD_LIBRARY_PATH
- Ignore Nix build output (`result`) and Rust artifacts

Generated with [Devin](https://cli.devin.ai/docs)

Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
2026-05-19 07:52:39 +00:00

20 lines
569 B
TOML

[package]
name = "ene-api"
version.workspace = true
edition.workspace = true
license.workspace = true
publish = false
[dependencies]
anyhow = { workspace = true }
axum = { version = "0.7", features = ["json"] }
ene-rds-chat = { path = "../ene-rds-chat" }
ene-rds-core = { workspace = true }
ene-rds-ephemeral = { path = "../ene-rds-ephemeral" }
ene-rds-wiki = { path = "../ene-rds-wiki" }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
tower = "0.5"
tracing = { workspace = true }
tracing-subscriber = { workspace = true }