bowotloader/Cargo.toml
2024-06-18 12:36:23 +02:00

13 lines
271 B
TOML

[package]
name = "bowotloader"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
talc = "4.4.1"
spin = "0.9.8"
multiboot = "0.8.0"
multiboot2 = "0.20.2"
bitflags = "2.5.0"