k210-sdk-stuff/rust/Cargo.toml

13 lines
473 B
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",
]
[patch.crates-io]
riscv-rt = { git = "https://github.com/rust-embedded/riscv-rt.git", rev = "ecc1344ffc9af1c88b3dd76b83ad56284672f888"}
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" }