Files
libtlg-rs/tlg/Cargo.toml
lifegpc e06acfbcee fix(libtlg-rs): Fix tags parse bug
feature(tlg): Add support to export tags to files
2025-07-27 16:43:18 +08:00

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"