Update Cargo.toml

+ added tokio stream
This commit is contained in:
michael-bailey 2022-06-14 17:53:08 +02:00
parent cf16991f01
commit 3729aa3b02
1 changed files with 1 additions and 0 deletions

View File

@ -34,5 +34,6 @@ actix = "0.13"
mlua = { version = "0.7.3", features=["lua54", "async", "serde", "macros"] }
libloading = "0.7"
aquamarine = "0.1.11"
tokio-stream = "0.1.9"
foundation = {path = '../foundation'}