diff --git a/Cargo.toml b/Cargo.toml index de9dc564..c3cca645 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,6 +14,7 @@ zip = "0.6" [dependencies] aes-gcm = "0.10.2" anyhow = "1.0.71" +async-recursion = "1.0.4" async-trait = "0.1.71" base64 = "0.13" bincode = "1.3.3" @@ -64,4 +65,4 @@ uuid = { version = "1.1.2", features = ["serde", "v4"] } warp = "0.3.5" wasmtime = "12.0.1" wasmtime-wasi = "12.0.1" -zip = "0.6" \ No newline at end of file +zip = "0.6"