From 42fd8cd3560047c88a2167a4d5c5845dd81eb3ec Mon Sep 17 00:00:00 2001 From: Martin Hafskjold Thoresen Date: Sat, 11 Jan 2025 01:01:10 +0100 Subject: Add styling and hot reload --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 3a87671..108527e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,6 +11,7 @@ axum-macros = "0.5.0" bytes = "1.9.0" cookie = { version = "0.18.1", features = ["percent-encode"] } maud = { version = "0.26.0", features = ["axum"] } +notify = "8.0.0" rand = "0.8.5" serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.134" -- cgit v1.2.3