k210-sdk-stuff/rust/Cargo.toml
Wladimir J. van der Laan b0bcfec157 rust: Add cryptest
2020-04-13 16:31:09 +00:00

27 lines
601 B
TOML

[workspace]
members = [
"k210-console",
"mandelbrot",
"game-of-life",
"accelerometer",
"uart-passthrough",
"rgbcontrol",
"weather",
"dvp-ov",
"glyph-mapping",
"term-server",
"secp256k1-test",
"sdtest",
"sdlcd",
"interrupt",
"embgfx",
"voxel",
"cryptest",
]
[patch.crates-io]
# This patch was merged upstream, unfortunately, rust-secp256k1 puts a restriction on
# cc_rs <= 1.0.41 so we can't actually use the newer version yet.
cc = { git = "https://github.com/laanwj/cc-rs.git", rev = "83e66a79a25b55d0aa84db42257a8edbb0095cf8" }