Initial working commit
This commit is contained in:
commit
d82edb95a9
4 changed files with 1779 additions and 0 deletions
10
Cargo.toml
Normal file
10
Cargo.toml
Normal 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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue