17 lines
399 B
TOML
17 lines
399 B
TOML
[package]
|
|
name = "cardiosim-shared"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "Shared IPC types for CardioSim cardiac electrophysiology demo"
|
|
authors = ["RustyTorch Team"]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/rustytorch/rustytorch"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
|
|
[lints]
|
|
workspace = true
|