add rust kernel stub
This commit is contained in:
17
Cargo.toml
Normal file
17
Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "bootle"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
|
||||
[dependencies]
|
||||
|
||||
[profile.release]
|
||||
panic = "abort"
|
||||
opt-level = 'z'
|
||||
debug = false
|
||||
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
Reference in New Issue
Block a user