[package] name = "aura-ingest" edition.workspace = true version.workspace = true license.workspace = true publish.workspace = true [dependencies] aura-core = { path = "../aura-core" } # data-server: aura's first real data source. It enters the workspace at the # ingestion edge (transitively chrono + regex + zip). Dependencies are admitted # by the amended C16 per-case policy (INDEX.md), not a blanket zero-dep wall. data-server = { git = "http://192.168.178.103:3000/Brummel/data-server.git", branch = "main" } [dev-dependencies] # the integration test bootstraps a sample harness + folds a RunReport aura-engine = { path = "../aura-engine" } aura-std = { path = "../aura-std" }