Files
rustytorch/demos/bioheat-shared/Cargo.toml
T
2026-03-04 00:08:42 +00:00

17 lines
316 B
TOML

[package]
name = "bioheat-shared"
version = "1.0.0"
edition = "2024"
rust-version = "1.92"
description = "Shared types for thermal ablation bioheat demo"
license = "MIT OR Apache-2.0"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
[dev-dependencies]
serde_json = "1.0"
[lints]
workspace = true