diff --git a/Cargo.toml b/Cargo.toml index 39c6abb..04b58e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,24 +1,24 @@ [package] -name = "scaffolding-core" -version = "0.0.1" authors = ["dsietz "] -edition = "2021" -readme = "README.md" -license = "Apache-2.0" -keywords = ["sdk", "design", "development", "object-oriented", "class"] categories = ["development-tools"] description = "A software development kit that provides the scaffolding for building applications and services." documentation = "https://docs.rs/scaffolding-core" -repository = "https://github.com/dsietz/scaffolding-core" +edition = "2021" exclude = [ - "examples/*", - "target/*", - "tests/*", - "benches/*", + "examples/*", + "target/*", + "tests/*", + "benches/*", ] +keywords = ["sdk", "design", "development", "object-oriented", "class"] +license = "Apache-2.0" +name = "scaffolding-core" +readme = "README.md" +repository = "https://github.com/dsietz/scaffolding-core" +version = "0.0.1" [badges] -maintenance = {status = "actively-developed"} +maintenance = {status = "experimental"} [lib] name = "scaffolding_core" @@ -26,11 +26,11 @@ path = "src/lib.rs" [dependencies] chrono = "0.4.35" -scaffolding-macros = { path = "./scaffolding-macros"} +scaffolding-macros = {path = "./scaffolding-macros", version = "0.0.1"} [dependencies.uuid] -version = "1.5.0" features = ["v4"] +version = "1.5.0" [dev-dependencies] serde_yaml = "0.9.27" diff --git a/scaffolding-macros/Cargo.toml b/scaffolding-macros/Cargo.toml index 9b0d49b..9475610 100644 --- a/scaffolding-macros/Cargo.toml +++ b/scaffolding-macros/Cargo.toml @@ -18,7 +18,7 @@ exclude = [ ] [badges] -maintenance = {status = "actively-developed"} +maintenance = {status = "experimental"} [lib] name = "scaffolding_macros" diff --git a/scaffolding-macros/README.md b/scaffolding-macros/README.md index c39c4e0..a8746b3 100644 --- a/scaffolding-macros/README.md +++ b/scaffolding-macros/README.md @@ -8,10 +8,12 @@ - [What's New](#whats-new) --- +:exclamation: This crate is published as a dependency for the [scaffolding-core](https://crates.io/crates/scaffolding-core) crate. ## What's New -Here's what's new ... +This crate is in an `Initial` release phase and is only intended as a PoC. + **0.0.1** + [Initial Release](https://github.com/dsietz/class-scaffolding/issues/1)