Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Make base64 a dev-dependency
  • Loading branch information
thomaseizinger authored May 5, 2025
commit 07f283b83defffaf50f8cda3cf3c664ef5bc3e67
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ rustdoc-args = ["--cfg", "docsrs"]
path = "src-rs/lib.rs"

[dependencies]
base64 = "0.21.0"
serde = { version = "1.0", features = ["derive"], optional = true}
serde_json = { version = "1.0", optional = true }

Expand All @@ -28,6 +27,7 @@ serde_json = { version = "1.0" }

[dev-dependencies]
serial_test = "0.10"
base64 = "0.21.0"

[features]
default = []
Expand Down