[workspace]
members = [".", "ezinit_derive", "demo"]
[package]
name = "ezinit"
version = "0.1.1"
edition = "2021"
authors = ["Muhammad Sadiq <https://github.com/ghasaqillayl>"]
description = "Initialize structs with a generated new() function based on modifiable rules"
license = "MIT"
repository = "https://github.com/ghasaqillayl/ezinit"
keywords = ["derive", "macro", "initialization"]
categories = ["development-tools"]
[dependencies]
ezinit_derive = { version = "0.1.0", path = "./ezinit_derive" }
rand = "0.8"
[dev-dependencies]
demo = { path = "./demo" }