16 lines
216 B
TOML
16 lines
216 B
TOML
[package]
|
|
name = "donald"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[unstable]
|
|
build-std = ["core", "compiler_builtins"]
|
|
|
|
[dependencies]
|
|
bootloader = "0.9"
|