mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:00:17 +00:00
13 lines
257 B
TOML
13 lines
257 B
TOML
[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"
|