datatrash/Cargo.toml

24 lines
578 B
TOML
Raw Normal View History

2020-07-08 19:26:46 +00:00
[package]
name = "datatrash"
version = "0.1.0"
authors = ["neri"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "3.3.2"
sqlx = { version = "0.5.1", default-features = false, features = [ "runtime-async-std-rustls", "postgres", "chrono" ] }
env_logger = "0.8.3"
log = "0.4.14"
actix-files = "0.5.0"
async-std = "1.9.0"
actix-multipart = "0.3.0"
futures = "0.3.13"
rand = "0.8.3"
chrono = "0.4.19"
htmlescape = "0.3.1"
urlencoding = "1.1.1"
2021-03-09 22:36:24 +00:00
tree_magic_mini = "1.0.1"
mime = "0.3.16"