diff options
| author | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-11 01:01:10 +0100 |
|---|---|---|
| committer | Martin Hafskjold Thoresen <martin@vind.ai> | 2025-01-11 01:01:10 +0100 |
| commit | 42fd8cd3560047c88a2167a4d5c5845dd81eb3ec (patch) | |
| tree | cdbd3817c28ae5264f8cf394684014f7bd4d509f /Cargo.toml | |
| parent | 2f2beb79720ec9fd35b993e7ad907ecf32005cde (diff) | |
| download | musicgame-42fd8cd3560047c88a2167a4d5c5845dd81eb3ec.tar.gz musicgame-42fd8cd3560047c88a2167a4d5c5845dd81eb3ec.zip | |
Add styling and hot reload
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
