Update Cargo.toml

+ added async trait crate
This commit is contained in:
michael-bailey 2021-08-04 23:42:59 +01:00
parent 4e91c4d660
commit bee9617206
1 changed files with 1 additions and 0 deletions

View File

@ -17,5 +17,6 @@ zeroize = "1.1.0"
openssl = "0.10.33"
tokio = { version = "1.9.0", features = ["full"] }
futures = "0.3.16"
async-trait = "0.1.51"
foundation = {path = '../foundation'}