30 lines
449 B
TOML
30 lines
449 B
TOML
[build]
|
|
type = "meson"
|
|
|
|
[build.flags]
|
|
build_dir = "build"
|
|
|
|
[dependencies]
|
|
build = [
|
|
"meson",
|
|
"rust",
|
|
]
|
|
runtime = [
|
|
"glibc",
|
|
"libunwind",
|
|
"mkinitramfs",
|
|
]
|
|
|
|
[package]
|
|
description = "Rust-based UEFI bootloader project"
|
|
homepage = "https://gitlab.com/sfg-os/vexlum"
|
|
license = "MIT"
|
|
name = "vexlum"
|
|
version = "0.1.0"
|
|
revision = 2
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
url = "https://gitlab.com/sfg-os/vexlum.git"
|
|
sha256 = "skip"
|