diff options
Diffstat (limited to 'base/Cargo.toml')
-rw-r--r-- | base/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/Cargo.toml b/base/Cargo.toml index b9e47de..e897404 100644 --- a/base/Cargo.toml +++ b/base/Cargo.toml @@ -22,3 +22,4 @@ aes-gcm-siv = "0.11.1" [features] db_json = [] +rocket = ["jellycommon/rocket"] |