diff options
author | metamuffin <metamuffin@disroot.org> | 2025-04-28 18:27:03 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-04-28 18:27:03 +0200 |
commit | 51761cbdefa39107b9e1f931f1aa8df6aebb2a94 (patch) | |
tree | 957ca180786ece777e6e1153ada91da741d845ec /ui/Cargo.toml | |
parent | 80d28b764c95891551e28c395783f5ff9d065743 (diff) | |
download | jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar.bz2 jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar.zst |
many much more generic refactor
Diffstat (limited to 'ui/Cargo.toml')
-rw-r--r-- | ui/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/Cargo.toml b/ui/Cargo.toml index 0e8f0fd..86f336c 100644 --- a/ui/Cargo.toml +++ b/ui/Cargo.toml @@ -5,5 +5,5 @@ edition = "2024" [dependencies] markup = "0.15.0" -jellycommon = { path = "../common", features = ["rocket"] } +jellycommon = { path = "../common" } humansize = "2.1.3" |