mirror of
https://github.com/XunilGroup/XunilOS.git
synced 2026-04-25 11:49:03 +02:00
14 lines
191 B
TOML
14 lines
191 B
TOML
[package]
|
|
name = "limine-rust-template"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
limine = "0.5"
|
|
micromath = "2.1.0"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|
|
[profile.release]
|
|
panic = "abort" |