limine-rs-sys/Cargo.toml

12 lines
311 B
TOML
Raw Permalink Normal View History

2023-03-31 21:06:34 -06:00
[package]
name = "limine-sys"
description = "Rust sys bindings for the Limine boot protocol"
2024-07-14 19:58:18 -06:00
version = "0.2.0"
2023-03-31 21:06:34 -06:00
authors = ["mintsuki <mintsuki@protonmail.com>"]
license = "BSD-2-Clause"
repository = "https://github.com/limine-bootloader/limine-rs-sys"
build = "build.rs"
[build-dependencies]
2024-07-14 19:58:18 -06:00
bindgen = "0.69.4"