2019-05-11 21:54:48 +04:00
|
|
|
[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",
|
2019-05-26 19:00:09 +04:00
|
|
|
"weather",
|
2019-06-02 01:00:26 +04:00
|
|
|
"dvp-ov",
|
2019-06-02 16:51:13 +04:00
|
|
|
"glyph-mapping",
|
2019-07-06 19:59:50 +04:00
|
|
|
"term-server",
|
2019-08-07 22:14:38 +04:00
|
|
|
"secp256k1-test",
|
2019-08-10 23:00:13 +04:00
|
|
|
"sdtest",
|
2019-05-11 21:54:48 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[patch.crates-io]
|
2019-07-03 22:24:12 +04:00
|
|
|
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "b83e843c19a2f0bc4eb7f56322ae844818709298" }
|
2019-08-07 22:14:38 +04:00
|
|
|
|
2019-08-09 18:51:54 +04:00
|
|
|
# cc-rs needs new release with PR #428 #429 #430 (will be 1.0.39, probably)
|
|
|
|
cc = { git = "https://github.com/alexcrichton/cc-rs.git", rev = "13e04b1ec0ba8530c01f32ffafaeb70e6ad1c875" }
|
|
|
|
# rust-secp256k1 needs to merge PR, and do a new release with it (will be 0.15.1)
|
2019-08-08 10:47:10 +04:00
|
|
|
secp256k1 = { git = "https://github.com/laanwj/rust-secp256k1.git", rev = "dfc66c40f9dc82131b5ff9a445124599040d2a5a" }
|