actix-fs/Cargo.toml
2020-06-19 12:43:21 -05:00

23 lines
563 B
TOML

[package]
name = "actix-fs"
description = "Asynchronous filesystem operations for actix-based systems"
version = "0.1.0"
authors = ["asonix <asonix@asonix.dog>"]
license = "AGPL-3.0"
readme = "README.md"
repository = "https://git.asonix.dog/asonix/actix-fs"
keywords = ["actix", "fs", "filesystem"]
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"