Add streem, update dependencies

This commit is contained in:
asonix 2023-12-10 18:16:10 -06:00
parent a91c503378
commit 8b422644fb

View file

@ -15,14 +15,15 @@ actix-rt = "2.5.0"
actix-web = { version = "4.0.0", default-features = false }
futures-core = "0.3.28"
mime = "0.3.16"
streem = "0.2.0"
thiserror = "1.0"
tokio = { version = "1", default-features = false, features = ["macros", "sync"] }
tracing = "0.1.15"
[dev-dependencies]
async-fs = "1.2.1"
async-fs = "2.1.0"
anyhow = "1.0"
futures-lite = "1.4.0"
futures-lite = "2.1.0"
futures-util = "0.3.17"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"