k210-sdk-stuff/rust/Cargo.toml
Wladimir J. van der Laan 0572038b07 rust: Add i2c module
Just enough to support NS2009 for now.
2019-05-13 19:57:01 +00:00

11 lines
433 B
TOML

[workspace]
members = [
"k210-console",
"mandelbrot",
]
[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" }