yog-cli 0.3.2

Yog build tool — `yog build` compiles a mod and packages it as .yog.
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "yog-cli"
version = "0.3.2"
edition.workspace = true
license = "MIT OR Apache-2.0"
description = "Yog build tool — `yog build` compiles a mod and packages it as .yog."

[[bin]]
name = "yog"
path = "src/main.rs"

[dependencies]
zip = { version = "8.6", default-features = false, features = ["deflate"] }