15 lines
313 B
TOML
15 lines
313 B
TOML
[package]
|
|
name = "aeroflow-shared"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
authors = ["RustyStack Team"]
|
|
description = "Shared IPC types for AeroFlow CFD neural operator demo"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
[lints]
|
|
workspace = true
|