kuzan_app_script 0.0.1

Reserved crate name for the upcoming Kuzan open-source release.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "kuzan_app_script"
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_app_script"
license-file = "LICENSE"
include = ["Cargo.toml", "README.md", "LICENSE", "src/lib.rs"]

[lib]
path = "src/lib.rs"