sat-rs/serialization-prototyping/Cargo.toml
Robin Mueller b970154488
All checks were successful
Rust/sat-rs/pipeline/head This commit looks good
add serialization prototyping
2024-04-26 10:01:29 +02:00

13 lines
318 B
TOML

[package]
name = "msg-pack-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rmp-serde = "1"
rmpv = { version = "1", features = ["with-serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"