summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-05-15 14:16:27 +0100
committerJoe Carstairs <me@joeac.net>2026-05-15 14:16:27 +0100
commite433feddbe418b57e829ff86fba374a5d57990f2 (patch)
tree6a639f8d2db071da2f73d46609366a6aad2423d5 /Cargo.toml
parent8585cac60657018e7e1810c18f472e254621b23d (diff)
installs rocket, hello world endpoint
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2da8183..d58a0f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+rocket = "0.5.1"