[package]
name = "rustace"
version = "0.0.0"
edition = "2021"
description = "Foundational Rust utilities (early release)"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/ankit-chaubey/rustace"
keywords = ["rust", "utils", "foundation"]
categories = ["development-tools"]
[[bin]]
name = "rustace"
path = "src/bin/rustace.rs"