-
- Downloads
wip Files REST API
Showing
- Cargo.lock 102 additions, 8 deletionsCargo.lock
- Cargo.toml 2 additions, 0 deletionsCargo.toml
- src/service/files.rs 133 additions, 6 deletionssrc/service/files.rs
- src/static_files/mod.rs 3 additions, 0 deletionssrc/static_files/mod.rs
- src/static_files/static_files.rs 30 additions, 8 deletionssrc/static_files/static_files.rs
- src/static_files/upload.rs 48 additions, 0 deletionssrc/static_files/upload.rs
... | ... | @@ -20,3 +20,5 @@ structopt = "0.3" |
env_logger = "0.9" | ||
actix-web-lab = "0.17.0" | ||
actix-files = "0.6.2" | ||
actix-multipart = "0.4" | ||
futures = "0.3.24" |
src/static_files/mod.rs
0 → 100644
src/static_files/upload.rs
0 → 100644
Please register or sign in to comment