21 lines
348 B
TOML
21 lines
348 B
TOML
[package]
|
|
name = "versevdi-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-only"
|
|
publish = false
|
|
|
|
[lib]
|
|
crate-type = ["staticlib", "rlib"]
|
|
|
|
[dependencies]
|
|
serde = { version = "=1.0.229", features = ["derive"] }
|
|
serde_json = "=1.0.151"
|
|
|
|
[[test]]
|
|
name = "protocol_fixtures"
|
|
path = "tests/protocol_fixtures.rs"
|
|
|
|
[workspace]
|
|
resolver = "2"
|