2020-08-06 03:21:51 +08:00
|
|
|
[package]
|
|
|
|
name = "engine25519-as"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["bunnie <bunnie@kosagi.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
2020-08-06 10:49:58 +08:00
|
|
|
[features]
|
|
|
|
macro-debug = []
|
2020-08-06 14:03:39 +08:00
|
|
|
std = []
|
|
|
|
default = ["std"]
|
2020-08-06 10:49:58 +08:00
|
|
|
|
2020-08-06 03:21:51 +08:00
|
|
|
[dependencies]
|
|
|
|
|
2020-08-06 10:49:58 +08:00
|
|
|
[workspace]
|