mirror of
https://github.com/ZeroOSProject/ZeroOS.git
synced 2026-09-13 00:24:41 +08:00
18 lines
197 B
TOML
18 lines
197 B
TOML
[package]
|
|
name = "ZeroOS"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[workspace]
|
|
members = ["boot"]
|
|
|
|
[dependencies]
|
|
|
|
[build-dependencies]
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|