mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 23:32:55 -05:00
15 lines
267 B
TOML
15 lines
267 B
TOML
[package]
|
|
name = "experimental"
|
|
description = """
|
|
A package for experimentation, not for publishing
|
|
"""
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors.workspace = true
|
|
publish = false
|
|
|
|
[dependencies]
|
|
cz = { path = "../cz/", features = ["png"] }
|
|
|
|
[lints]
|
|
workspace = true
|