diff options
author | metamuffin <metamuffin@disroot.org> | 2023-08-07 11:10:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-08-07 11:59:59 +0200 |
commit | dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5 (patch) | |
tree | eb724ec5c0de92abef03549365eba01e07c06d90 /server/Cargo.toml | |
parent | 55eba6fdc6742d2850d003059220284bace059fc (diff) | |
download | jellything-dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5.tar jellything-dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5.tar.bz2 jellything-dc7ed1ccaa5e727b3ab0569fd7fe56a2d0084bd5.tar.zst |
node sort ui
Diffstat (limited to 'server/Cargo.toml')
-rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 7d6b18f..8938768 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -jellycommon = { path = "../common" } +jellycommon = { path = "../common", features = ["rocket"] } jellybase = { path = "../base" } jellyremuxer = { path = "../remuxer" } jellyclient = { path = "../client" } |