Files
drop/libraries/native_model/tests_crate/Cargo.toml
T
2023-12-17 10:44:54 +01:00

13 lines
308 B
TOML

[package]
name = "tests_crate"
version = "0.1.0"
edition = "2021"
[workspace]
[dev-dependencies]
native_model = { path = "../" }
serde = { version = "1.0", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
anyhow = "1.0"
postcard = { version = "1.0", features = ["alloc"] }