This commit is contained in:
buckn
2023-02-15 15:57:49 -05:00
commit 4e67a31cdc
8 changed files with 193 additions and 0 deletions

11
Cargo.toml Normal file
View File

@ -0,0 +1,11 @@
[package]
name = "buckn_dev"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-files = "0.6.2"
actix-web = "4.3.0"
structopt = "0.3.26"