BioPhys-Neural-Agent / Cargo.toml
minseok
⚡ Sync Particle Accelerator and Master Benchmark Suite
62d15ba
Raw
History Blame Contribute Delete
236 Bytes
[package]
name = "biophys_engine"
version = "6.0.0"
edition = "2021"
[dependencies]
num_cpus = "1.16"
rayon = "1.12.0"
rand = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[build-dependencies]
cc = "1.0"