mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 17:36:20 +04:00
c2c6287f9c
Print SD card information and dump a sector.
24 lines
774 B
TOML
24 lines
774 B
TOML
[workspace]
|
|
members = [
|
|
"k210-console",
|
|
"mandelbrot",
|
|
"game-of-life",
|
|
"accelerometer",
|
|
"uart-passthrough",
|
|
"rgbcontrol",
|
|
"weather",
|
|
"dvp-ov",
|
|
"glyph-mapping",
|
|
"term-server",
|
|
"secp256k1-test",
|
|
"sdtest",
|
|
]
|
|
|
|
[patch.crates-io]
|
|
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "b83e843c19a2f0bc4eb7f56322ae844818709298" }
|
|
|
|
# cc-rs needs new release with PR #428 #429 #430 (will be 1.0.39, probably)
|
|
cc = { git = "https://github.com/alexcrichton/cc-rs.git", rev = "13e04b1ec0ba8530c01f32ffafaeb70e6ad1c875" }
|
|
# rust-secp256k1 needs to merge PR, and do a new release with it (will be 0.15.1)
|
|
secp256k1 = { git = "https://github.com/laanwj/rust-secp256k1.git", rev = "dfc66c40f9dc82131b5ff9a445124599040d2a5a" }
|