We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
std
base64
1 parent 2423323 commit ef273f0Copy full SHA for ef273f0
crates/nostr-relay-builder/Cargo.toml
@@ -26,7 +26,7 @@ tokio = { workspace = true, features = ["macros", "net", "sync"] }
26
tracing.workspace = true
27
28
[dev-dependencies]
29
-base64.workspace = true
+base64 = { workspace = true, features = ["std"] }
30
hyper = { version = "1.6", features = ["server", "http1"] }
31
hyper-util = { version = "0.1", features = ["tokio"] }
32
tracing-subscriber = { workspace = true, features = ["env-filter"] }
0 commit comments