kuzan_cli 0.0.1

Reserved crate name for the upcoming Kuzan open-source release.
1
2
3
4
5
6
7
8
9
10
[package]
name = "kuzan_cli"
version = "0.0.1"
edition = "2024"
authors = ["EngoDev"]
description = "Reserved crate name for the upcoming Kuzan open-source release."
readme = "README.md"
documentation = "https://docs.rs/kuzan_cli"
license-file = "LICENSE"
include = ["Cargo.toml", "README.md", "LICENSE", "src/main.rs"]