Initial working commit

This commit is contained in:
Andrew 2024-06-13 19:05:07 +07:00
commit d82edb95a9
4 changed files with 1779 additions and 0 deletions

10
Cargo.toml Normal file
View file

@ -0,0 +1,10 @@
[package]
name = "servant"
version = "0.1.0"
edition = "2021"
authors = ["Andrew G. <me@nuark.xyz>"]
[dependencies]
actix-web = "4.7.0"
actix-files = "0.6.6"
clap = { version = "4.5.7", features = ["derive"] }