mirror of
https://github.com/lifegpc/libtlg-rs.git
synced 2026-07-03 11:50:41 +08:00
13 lines
292 B
TOML
13 lines
292 B
TOML
[package]
|
|
name = "tlg"
|
|
version = "0.1.1"
|
|
description = "Tools to process TLG image file."
|
|
edition = "2024"
|
|
license = "MIT"
|
|
repository = "https://github.com/lifegpc/libtlg-rs"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
libtlg-rs = { path = "../libtlg-rs" }
|
|
png = "0.17"
|