mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Replace bootimage with local builder executable
This commit is contained in:
13
disk_image/Cargo.toml
Normal file
13
disk_image/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[package]
|
||||
name = "disk_image"
|
||||
version = "0.1.0"
|
||||
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.32"
|
||||
bootloader-locator = {path = "../../../bootloader-locator"}
|
||||
runner-utils = { path = "../../../runner-utils/" }
|
||||
locate-cargo-manifest = "0.2.0"
|
||||
Reference in New Issue
Block a user