mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 19:40:18 +00:00
chore(code): sbat section generator build tool
This commit is contained in:
12
crates/build/Cargo.toml
Normal file
12
crates/build/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
||||
[package]
|
||||
name = "edera-sprout-build"
|
||||
description = "Sprout Build Tools"
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[lib]
|
||||
name = "edera_sprout_build"
|
||||
path = "src/lib.rs"
|
||||
Reference in New Issue
Block a user