Add missing features tag

This commit is contained in:
2025-08-14 16:16:25 +08:00
parent 53a1239295
commit 1df4c22926
3 changed files with 3 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -164,7 +164,7 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "libtlg-rs"
version = "0.2.0"
version = "0.2.0+1"
dependencies = [
"lazy_static",
"overf",

View File

@@ -1,6 +1,6 @@
[package]
name = "libtlg-rs"
version = "0.2.0"
version = "0.2.0+1"
description = "Rust version of libtlg"
edition = "2024"
license = "MIT"

View File

@@ -1,4 +1,5 @@
//! A Rust library for processing TLG files.
#![feature(doc_cfg)]
mod load_tlg;
#[cfg(feature = "encode")]
mod save_tlg;