mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:40:16 +00:00
chore(code): move crates/sprout to crates/boot and name it edera-sprout-boot
This commit is contained in:
7
crates/boot/build.rs
Normal file
7
crates/boot/build.rs
Normal file
@@ -0,0 +1,7 @@
|
||||
use edera_sprout_build::generate_sbat_module;
|
||||
|
||||
/// Build script entry point for Sprout.
|
||||
fn main() {
|
||||
// Generate the sbat.generated.rs file.
|
||||
generate_sbat_module();
|
||||
}
|
||||
Reference in New Issue
Block a user