We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 961cd75 commit 36d8109Copy full SHA for 36d8109
common/Cargo.toml
@@ -18,13 +18,13 @@ utoipa = ["dep:utoipa"]
18
aegis = { workspace = true }
19
aes-gcm = { workspace = true }
20
axum = { workspace = true, optional = true }
21
+base64ct = { workspace = true, features = ["alloc"] }
22
blake3 = { workspace = true }
23
bytes = { workspace = true }
24
clap = { workspace = true, optional = true, features = ["derive"] }
25
compact_str = { workspace = true, features = ["serde"] }
26
enum-ordinalize = { workspace = true }
27
enumset = { workspace = true }
-base64ct = { workspace = true, features = ["alloc"] }
28
http = { workspace = true }
29
rand = { workspace = true }
30
rkyv = { workspace = true, optional = true }
0 commit comments