Skip to content

Commit 2732d6d

Browse files
committedSep 3, 2023
feat: add build deps
1 parent 1cb18ea commit 2732d6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎Cargo.toml

+4
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ lto = true # Link time optimization.
2727
incremental = true
2828
codegen-units = 1 # Allow for maximum size reduction optimizations.
2929
debug-assertions = false
30+
31+
[build-dependencies]
32+
toml = "0.7.6"
33+
serde = { version = "1.0.188", features = ["derive"] }

0 commit comments

Comments
 (0)