diff options
Diffstat (limited to 'common/Cargo.toml')
-rw-r--r-- | common/Cargo.toml | 4 |
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"] |