assert default values

This commit is contained in:
Simon Gardling
2022-03-28 08:42:33 -04:00
parent 6e281e0569
commit 583fb0e9c9
4 changed files with 12 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" }
serde_json = "1.0.79"
tracing = "0.1.32"
itertools = "0.10.3"
static_assertions = "1.1.0"
[build-dependencies]
shadow-rs = "0.11.0"