actix boilerplate

This commit is contained in:
Aria 2025-03-14 17:47:42 +11:00
commit 7acc03218d
Signed by untrusted user who does not match committer: aria
GPG key ID: 19AB7AA462B8AB3B
4 changed files with 1549 additions and 0 deletions

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[package]
name = "remote-image-compression"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4.10.2"