diff options
| author | metamuffin <metamuffin@disroot.org> | 2025-04-28 18:27:03 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2025-04-28 18:27:03 +0200 |
| commit | 51761cbdefa39107b9e1f931f1aa8df6aebb2a94 (patch) | |
| tree | 957ca180786ece777e6e1153ada91da741d845ec /common/Cargo.toml | |
| parent | 80d28b764c95891551e28c395783f5ff9d065743 (diff) | |
| download | jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar.bz2 jellything-51761cbdefa39107b9e1f931f1aa8df6aebb2a94.tar.zst | |
many much more generic refactor
Diffstat (limited to 'common/Cargo.toml')
| -rw-r--r-- | common/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/Cargo.toml b/common/Cargo.toml index 775cd2a..90372bc 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -6,10 +6,6 @@ edition = "2021" [dependencies] serde = { version = "1.0.217", features = ["derive", "rc"] } bincode = { version = "2.0.0-rc.3", features = ["derive"] } -rocket = { workspace = true, optional = true } chrono = { version = "0.4.39", features = ["serde"] } blake3 = "1.5.5" hex = "0.4.3" - -[features] -rocket = ["dep:rocket"] |