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-11 21:54:48 +04:00
|
|
|
]
|
|
|
|
|
|
|
|
[patch.crates-io]
|
|
|
|
riscv-rt = { git = "https://github.com/rust-embedded/riscv-rt.git", rev = "ecc1344ffc9af1c88b3dd76b83ad56284672f888"}
|
2019-05-13 15:43:06 +04:00
|
|
|
k210-pac = { git = "https://github.com/riscv-rust/k210-pac.git", rev = "18f8bdca27d3befa0a92cea2a784f3f5bfc80ae7"}
|
2019-05-11 21:54:48 +04:00
|
|
|
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "725418b922d9bb6d8593ba4087b5d90f49e1b8e7" }
|