mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 14:20:18 +00:00
chore(crates): introduce new config crate for sprout configuration
This commit is contained in:
15
crates/config/Cargo.toml
Normal file
15
crates/config/Cargo.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
[package]
|
||||
name = "edera-sprout-config"
|
||||
description = "Sprout Configuration"
|
||||
license.workspace = true
|
||||
version.workspace = true
|
||||
homepage.workspace = true
|
||||
repository.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies.serde]
|
||||
workspace = true
|
||||
features = ["derive"]
|
||||
|
||||
[lib]
|
||||
name = "edera_sprout_config"
|
||||
Reference in New Issue
Block a user