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

16 lines
296 B
TOML
Raw Normal View History

[package]
name = "no_std_test"
version = "0.1.0"
authors = ["Elichai Turkel <elichai.turkel@gmail.com>"]
[dependencies]
secp256k1 = { path = "../", default-features = false }
libc = { version = "0.2", default-features = false }
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"