Files
rustytorch/demos/rtx-aeroflow-demo/Cargo.toml
T
2026-03-04 00:08:42 +00:00

16 lines
305 B
TOML

[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