[package] name = "aura-engine" edition.workspace = true version.workspace = true license.workspace = true publish.workspace = true [dependencies] aura-core = { path = "../aura-core" } # data-server (the first data source) enters when the ingestion task starts; # kept out of the bare skeleton so the workspace compiles without the network. [dev-dependencies] aura-std = { path = "../aura-std" }