diff options
author | metamuffin <metamuffin@disroot.org> | 2023-01-11 18:14:24 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-01-11 18:14:24 +0100 |
commit | 0737008c5c649f0ce33719fb9126b284d76c9807 (patch) | |
tree | 55f3bfe31079269cdec2c00b7be0c29c62c792dd /server/src/main.rs | |
parent | 948700d35f0eddbc2e0fd29548991e687362983d (diff) | |
download | jellything-0737008c5c649f0ce33719fb9126b284d76c9807.tar jellything-0737008c5c649f0ce33719fb9126b284d76c9807.tar.bz2 jellything-0737008c5c649f0ce33719fb9126b284d76c9807.tar.zst |
modularize!
Diffstat (limited to 'server/src/main.rs')
-rw-r--r-- | server/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/src/main.rs b/server/src/main.rs index b7a3249..855e278 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -10,7 +10,6 @@ use std::fs::read_to_string; pub mod database; pub mod frontend; pub mod library; -pub mod metadata; #[get("/assets/style.css")] async fn assets_style() -> (ContentType, String) { |