actix-fs/Cargo.toml

18 lines
351 B
TOML

[package]
name = "actix-fs"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-threadpool = "0.3.2"
bytes = "0.5.4"
futures = "0.3.5"
thiserror = "1.0"
[dev-dependencies]
actix-rt = "1.1.1"
anyhow = "1.0"