mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-18 15:00:18 +00:00
chore(code): move crates/sprout to crates/boot and name it edera-sprout-boot
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -65,7 +65,7 @@ dependencies = [
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "edera-sprout"
|
||||
name = "edera-sprout-boot"
|
||||
version = "0.0.22"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
[workspace]
|
||||
members = [
|
||||
"crates/boot",
|
||||
"crates/build",
|
||||
"crates/config",
|
||||
"crates/eficore",
|
||||
"crates/sprout",
|
||||
]
|
||||
resolver = "3"
|
||||
|
||||
|
||||
@@ -15,10 +15,10 @@ as an argument to boot.sh to boot the specified architecture.
|
||||
|
||||
Sprout is split into multiple crates:
|
||||
|
||||
- `edera-sprout-boot` as `crates/boot`: Bootloader entrypoint for Sprout.
|
||||
- `edera-sprout-build` at `crates/build`: Build logic for Sprout.
|
||||
- `edera-sprout-config` at `crates/config`: Serialization structures for the Sprout configuration file.
|
||||
- `edera-sprout-eficore` at `crates/eficore`: Core library for Sprout EFI code.
|
||||
- `edera-sprout` as `crates/sprout`: Main crate that contains the Sprout bootloader logic.
|
||||
|
||||
It is intended that overtime Sprout will be split into even more crates.
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "edera-sprout"
|
||||
description = "Modern UEFI bootloader"
|
||||
name = "edera-sprout-boot"
|
||||
description = "Sprout: Modern UEFI Bootloader"
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
homepage.workspace = true
|
||||
Reference in New Issue
Block a user