k210-sdk-stuff/rust/Cargo.toml
Wladimir J. van der Laan 927a21229e rust: Add game-of-life
2019-05-13 19:57:59 +00:00

12 lines
453 B
TOML

[workspace]
members = [
"k210-console",
"mandelbrot",
"game-of-life",
]
[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 = "18f8bdca27d3befa0a92cea2a784f3f5bfc80ae7"}
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "725418b922d9bb6d8593ba4087b5d90f49e1b8e7" }