From 144e183280dae877d331acac819c46ef698fe800 Mon Sep 17 00:00:00 2001 From: Jomar Milan Date: Fri, 29 May 2026 23:35:12 -0700 Subject: Start with basic session creation --- Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..bb840e6 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "rusted-ambulator" +version = "0.1.0" +edition = "2024" + +[dependencies] +askama = "0.16.0" +axum = "0.8.9" +rust-embed = "8.11.0" +tokio = { version = "1.52.3", features = ["full"] } -- cgit v1.2.3