initial commit: used actix and added a GET fn

This commit is contained in:
2021-06-11 14:59:20 +05:30
commit 1239446d33
9 changed files with 2058 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[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.0"