16 lines
214 B
TOML
16 lines
214 B
TOML
[package]
|
|
name = "rustos"
|
|
version = "0.1.0"
|
|
authors = ["greg <greg.shuflin@protonmail.com>"]
|
|
edition = "2018"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
bootloader = "0.6.0"
|
|
|