2024-10-12 20:43:16 +03:00
|
|
|
[package]
|
|
|
|
name = "kernel-arch-x86"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-11-01 20:37:30 +02:00
|
|
|
kernel-arch-interface.workspace = true
|
2024-10-12 20:43:16 +03:00
|
|
|
|
2024-11-01 20:37:30 +02:00
|
|
|
bytemuck = { workspace = true, features = ["derive"] }
|
|
|
|
bitflags.workspace = true
|
|
|
|
tock-registers.workspace = true
|
|
|
|
static_assertions.workspace = true
|
|
|
|
log.workspace = true
|
2024-10-12 20:43:16 +03:00
|
|
|
|
2024-11-19 19:33:08 +02:00
|
|
|
[lints]
|
|
|
|
workspace = true
|