Make stuff work. With test!

This commit is contained in:
Floris Bruynooghe
2023-02-07 17:18:34 +01:00
parent 0b075ac762
commit 187861c3b2
3 changed files with 893 additions and 335 deletions

View File

@@ -101,6 +101,7 @@ log = "0.4"
pretty_env_logger = "0.4"
proptest = { version = "1", default-features = false, features = ["std"] }
tempfile = "3"
testdir = "0.7.1"
tokio = { version = "1", features = ["parking_lot", "rt-multi-thread", "macros"] }
[workspace]