[package]
edition = "2024"
rust-version = "1.89"
name = "zopf"
version = "0.0.1-alpha"
authors = ["Eric Egli <43848365+eegli@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core crate for the zopf project"
homepage = "https://github.com/nougat-dev/zopf"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nougat-dev/zopf"
[lib]
name = "zopf"
path = "src/lib.rs"
[[bin]]
name = "zopf"
path = "src/main.rs"
test = false
bench = false
[dependencies.clap]
version = "4.5.45"
features = ["derive"]