rust-secp256k1-unsafe-fast/no_std_test/Cargo.toml

17 lines
442 B
TOML
Raw Normal View History

[package]
name = "no_std_test"
version = "0.1.0"
authors = ["Elichai Turkel <elichai.turkel@gmail.com>"]
[dependencies]
2021-05-20 13:18:42 +00:00
secp256k1 = { path = "../", default-features = false, features = ["serde", "rand", "recovery"] }
libc = { version = "0.2", default-features = false }
2019-10-24 18:05:04 +00:00
serde_cbor = { version = "0.10", default-features = false } # A random serializer that supports no-std.
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"