[package] name = "rtx-aeroflow-demo" version = "1.0.0" edition = "2021" authors = ["RustyStack Team"] description = "AeroFlow: Aircraft CFD with Neural Operators" license = "MIT OR Apache-2.0" [dependencies] aeroflow-shared = { path = "../aeroflow-shared" } [dev-dependencies] [lints] workspace = true