guarantee serde is in lockstep with serde_derive

This commit is contained in:
soqb
2023-08-21 00:53:22 +01:00
parent 3c7dd6fc1e
commit 2ea7e1300f
7 changed files with 149 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "assert_lockstep"
version = "0.1.0"
edition = "2018"
rust-version = "1.70"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cargo-lock = "8.0.0"
toml = "0.5"
thiserror = "1.0.39"