k210-sdk-stuff/rust/Cargo.toml
Wladimir J. van der Laan 6056338e93 rust/secp256k1-test: Pushing bits upstream
Not yet upstream:
- cc-rs: disable fPIC for risc-v targets
- secp256k1: low-memory feature
- riscv-rt: .sdata2 sections linker script
2019-08-08 06:48:30 +00:00

22 lines
708 B
TOML

[workspace]
members = [
"k210-console",
"mandelbrot",
"game-of-life",
"accelerometer",
"uart-passthrough",
"rgbcontrol",
"weather",
"dvp-ov",
"glyph-mapping",
"term-server",
"secp256k1-test",
]
[patch.crates-io]
riscv-rt = { git = "https://github.com/laanwj/riscv-rt.git", rev = "235390d95cc03fd7db6d58f426e1d53de7c136c9" }
k210-hal = { git = "https://github.com/riscv-rust/k210-hal.git", rev = "b83e843c19a2f0bc4eb7f56322ae844818709298" }
cc = { git = "https://github.com/laanwj/cc-rs.git", rev = "97b648e1d2597363d6baea7190469d45c857c8f6" }
secp256k1 = { git = "https://github.com/laanwj/rust-secp256k1.git", rev = "dfc66c40f9dc82131b5ff9a445124599040d2a5a" }