This commit is contained in:
Dustin J. Mitchell
2021-10-15 02:56:46 +00:00
parent 636862f8c5
commit ddfb327292
3 changed files with 71 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ rusqlite = { version = "0.25", features = ["bundled"] }
strum = "0.21"
strum_macros = "0.21"
flate2 = "1"
byteorder = "1.0"
[dev-dependencies]
proptest = "^1.0.0"