SarOS/sar_ros/Cargo.toml

26 lines
712 B
TOML
Raw Normal View History

[package]
name = "sar_os"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bootloader = "0.9.23"
#[profile.dev]
#panic = "abort"
#
#[profile.release]
#panic = "abort"
#
#[package.metadata.bootimage]
## The cargo subcommand that will be used for building the kernel.
##
## For building using the `cargo-xbuild` crate, set this to `xbuild`.
#build-command = ["build"]
## The command invoked with the created bootimage (the "{}" will be replaced
## with the path to the bootable disk image)
## Applies to `bootimage run` and `bootimage runner`
#run-command = ["qemu-system-x86_64", "-drive", "format=raw,file={}"]