Add TokioVault

This commit is contained in:
Joscha 2022-12-11 19:08:41 +01:00
parent 56e25defce
commit b763fb62de
3 changed files with 159 additions and 5 deletions

View file

@ -3,5 +3,10 @@ name = "vault"
version = "0.0.0"
edition = "2021"
[features]
tokio = ["dep:tokio"]
[dependencies]
rusqlite = "0.28.0"
thiserror = "1.0.37"
tokio = { version = "1.23.0", features = ["sync"], optional = true }