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