aboutsummaryrefslogtreecommitdiff
path: root/common/Cargo.toml
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2023-08-07 12:00:50 +0200
committertpart <tpart120@proton.me>2023-08-07 12:00:50 +0200
commit6e3c84c12b2182ff0e33c1447d94979358919148 (patch)
tree567a0b5b3662a8f36f4ce0f4a54025300858bf46 /common/Cargo.toml
parenteef08157290987437829db0c1bbc82183732b6b5 (diff)
parentb8d46141a13610f7451d7ad809691b0dd99b5f89 (diff)
downloadjellything-6e3c84c12b2182ff0e33c1447d94979358919148.tar
jellything-6e3c84c12b2182ff0e33c1447d94979358919148.tar.bz2
jellything-6e3c84c12b2182ff0e33c1447d94979358919148.tar.zst
Merge branch 'master' of codeberg.org:metamuffin/jellything
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r--common/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml
index ce864eb..6bbc513 100644
--- a/common/Cargo.toml
+++ b/common/Cargo.toml
@@ -6,3 +6,7 @@ edition = "2021"
[dependencies]
serde = { version = "1.0.182", features = ["derive"] }
bincode = { version = "2.0.0-rc.3", features = ["derive"] }
+rocket = { version = "0.5.0-rc.3", optional = true }
+
+[features]
+rocket = ["dep:rocket"]