From 716f1fab54ef6c6b3a70f9cd4b2b70f7e9cdd7a8 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Wed, 5 Feb 2025 19:37:58 -0800 Subject: Initial commit --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') 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" -- cgit v1.2.3