k210-sdk-stuff/rust/Cargo.toml

33 lines
1.0 KiB
TOML
Raw Normal View History

[workspace]
members = [
"k210-console",
"mandelbrot",
2019-05-13 17:17:55 +04:00
"game-of-life",
2019-05-14 19:12:54 +04:00
"accelerometer",
2019-05-20 17:49:43 +04:00
"uart-passthrough",
2019-05-23 13:22:50 +04:00
"rgbcontrol",
"weather",
2019-06-02 01:00:26 +04:00
"dvp-ov",
"glyph-mapping",
2019-07-06 19:59:50 +04:00
"term-server",
2019-08-07 22:14:38 +04:00
"secp256k1-test",
"sdtest",
"sdlcd",
"interrupt",
2019-08-24 21:37:39 +04:00
"embgfx",
2020-01-11 23:56:31 +04:00
"voxel",
2020-04-13 20:27:52 +04:00
"cryptest",
]
[patch.crates-io]
2020-05-31 20:37:44 +04:00
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "fdf1ad61af8f756765a65133bb2d08cda686be6f" }
riscv = { git = "https://github.com/rust-embedded/riscv.git", rev = "422a1625cfd666f927eae485629fa7f96be5ebd0" }
# Remove this after https://github.com/ilya-epifanov/riscv-target/pull/1 or similar merged
riscv-target = { git = "https://github.com/laanwj/riscv-target.git", rev = "189b5261ecdd40f18eb1b82614d6876aa88bd744" }
2020-03-08 22:25:42 +04:00
# 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" }