12 lines
268 B
TOML
12 lines
268 B
TOML
[package]
|
|
name = "kernel-arch-interface"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
yggdrasil-abi.workspace = true
|
|
device-api = { workspace = true, features = ["derive"] }
|
|
|
|
[lints.rust]
|
|
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }
|