Add per-mdev override support

This commit is contained in:
Matt Bilker
2021-10-09 12:11:33 +00:00
parent b9a16c426e
commit 8921beccfd
2 changed files with 18 additions and 0 deletions

View File

@@ -8,5 +8,6 @@ crate-type = ["cdylib"]
[dependencies]
libc = "0.2.102"
parking_lot = "0.11.2"
serde = { version = "1.0.130", features = ["derive"] }
toml = "0.5.8"