Files
simple-filehost/Cargo.toml

15 lines
277 B
TOML

[package]
name = "simple-filehost"
version = "0.1.0"
authors = ["Amneesh Singh <natto@weirdnatto.in>"]
edition = "2018"
[dependencies]
actix-web = "3"
actix-files = "0.5.0"
actix-multipart = "0.3"
futures = "0.3.5"
async-std = "1.8.0"
sanitize-filename = "0.2"
rand = "0.8.3"