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-11 21:54:48 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
riscv-rt = { git = "https://github.com/rust-embedded/riscv-rt.git", rev = "ecc1344ffc9af1c88b3dd76b83ad56284672f888"}
|
2019-05-19 00:24:28 +04:00
|
|
|
k210-pac = { git = "https://github.com/riscv-rust/k210-pac.git", rev = "6c6283b31c0ac2296b1581fbf47bd976abc9511b"}
|
|
|
|
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "25c4e12af65f6e0d3e68c0c9227ad7f444f90e3e" }
|