diff options
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" |