mirror of
https://github.com/lifegpc/libtlg-rs.git
synced 2026-07-08 01:33:22 +08:00
fix(libtlg-rs): Fix tags parse bug
feature(tlg): Add support to export tags to files
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
[package]
|
||||
name = "tlg"
|
||||
version = "0.1.0"
|
||||
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"] }
|
||||
|
||||
Reference in New Issue
Block a user