23 lines
558 B
TOML
23 lines
558 B
TOML
[package]
|
|
name = "rtx-digital-twin"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
authors.workspace = true
|
|
repository.workspace = true
|
|
description = "Medical digital twin platform for patient-specific organ simulation"
|
|
|
|
[dependencies]
|
|
rtx-tensor = { workspace = true }
|
|
rtx-backend = { workspace = true }
|
|
rtx-medical-core = { workspace = true, features = ["volume"] }
|
|
thiserror = { workspace = true }
|
|
serde = { workspace = true }
|
|
|
|
[dev-dependencies]
|
|
rtx-backend-cpu = { workspace = true }
|
|
approx = "0.5"
|
|
|
|
[lints]
|
|
workspace = true
|