diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-02-05 19:37:58 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-02-05 19:37:58 -0800 |
| commit | 716f1fab54ef6c6b3a70f9cd4b2b70f7e9cdd7a8 (patch) | |
| tree | 81f50f4bbde94c24c9eb925da0c74242922b8b06 /Cargo.toml | |
Initial commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..3cb6c9f --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "rust_boilerplate" +version = "0.1.0" +edition = "2021" + +[dependencies] +actix-web = "4" +tera = "1.17.0" +actix-files = "0.6" |
