[package]
name = "gloc"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
description = "A universal business logic architecture for Rust, inspired by the Bloc/Cubit pattern from Flutter. Includes core traits and the #[cubit] macro."
readme = "../README.md"
[dependencies]
gloc-core = { version = "0.2", path = "../gloc-core" }
gloc-macro = { version = "0.2", path = "../gloc-macro" }