Define the desired API

This commit is contained in:
Mihai Dinculescu
2022-10-08 19:09:57 +01:00
parent 41ebdbd03d
commit 6d8fc61c0b
19 changed files with 642 additions and 300 deletions

View File

@@ -12,3 +12,7 @@ bindgen = "0.60"
[dependencies]
num_enum = "0.5"
tracing = "0.1"
thiserror = "1.0"
[dev-dependencies]
tracing-subscriber = { version = "0.3", features = [ "env-filter" ] }