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

16 lines
339 B
TOML

[package]
name = "rtx-structural-demo"
version = "1.0.0"
edition = "2021"
authors = ["RustyStack Team"]
description = "StructuralPINN: Physics-Informed Neural Network for Structural Mechanics"
license = "MIT OR Apache-2.0"
[dependencies]
structural-shared = { path = "../structural-shared" }
[dev-dependencies]
[lints]
workspace = true