18 lines
368 B
TOML
18 lines
368 B
TOML
[package]
|
|
name = "drugbinder-shared"
|
|
version = "1.0.0"
|
|
edition = "2024"
|
|
rust-version = "1.92"
|
|
description = "Shared IPC types for DrugBinder drug-target binding affinity demo"
|
|
authors = ["RustyTorch Team"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0"
|
|
|
|
[lints]
|
|
workspace = true
|