mxrox/Cargo.toml
2025-02-03 00:19:12 +03:00

21 lines
355 B
TOML

[lib]
test = false
bench = false
crate-type = ["staticlib"]
[package]
name = "mxrox"
version = "0.1.0"
edition = "2021"
[dependencies]
stable-vec = "0.4.1"
no-std-compat = {version = "0.4.1", features = ["alloc"]}
x86_64 = {version = "0.15.2", features = ["instructions"]}
spin = "0.9.8"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"