incant/Cargo.toml
2025-06-25 16:28:22 -04:00

14 lines
360 B
TOML

[package]
name = "incant"
version = "0.0.0"
edition = "2021"
description = "A minimal argument parser. Structure your program invocation like a spell."
repository = "/CyberMages/Incant"
authors = ["CyberMages LLC <Software@CyberMagesLLC.com>", "Jason Travis Smith <Myrddin@CyberMages.tech>"]
readme = "README.md"
license-file = "LICENSE.md"
[dependencies]