Sean Cross
f3cfc9e94b
The disassembler will be useful in tracking down build errors. Signed-off-by: Sean Cross <sean@xobs.io>
17 lines
293 B
TOML
17 lines
293 B
TOML
[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
|
|
|
|
[features]
|
|
macro-debug = []
|
|
std = []
|
|
default = ["std"]
|
|
|
|
[dependencies]
|
|
|
|
[workspace]
|