mirror of
https://github.com/laanwj/k210-sdk-stuff.git
synced 2024-11-22 01:16:20 +04:00
13 lines
318 B
TOML
13 lines
318 B
TOML
[package]
|
|
name = "secp256k1-test"
|
|
version = "0.1.0"
|
|
authors = ["W.J. van der Laan <laanwj@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
riscv-rt = "0.7"
|
|
k210-hal = "0.2.0"
|
|
riscv = "0.5"
|
|
k210-shared = { path = "../k210-shared" }
|
|
secp256k1 = { version = "0.17", default-features = false, features = ['lowmemory'] }
|