Add tjs/ns0 create support

This commit is contained in:
2025-09-17 14:02:49 +08:00
parent 9cdd977c3e
commit 1e0c92a3a1
5 changed files with 288 additions and 13 deletions

22
Cargo.lock generated
View File

@@ -1203,6 +1203,25 @@ version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
[[package]]
name = "lz4"
version = "1.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
dependencies = [
"lz4-sys",
]
[[package]]
name = "lz4-sys"
version = "1.11.1+lz4-1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "mac"
version = "0.1.1"
@@ -1323,6 +1342,7 @@ dependencies = [
"lazy_static",
"libflac-sys",
"libtlg-rs",
"lz4",
"markup5ever",
"markup5ever_rcdom",
"memchr",
@@ -1345,7 +1365,7 @@ dependencies = [
"url",
"utf16string",
"webp",
"windows-sys 0.59.0",
"windows-sys 0.61.0",
"xml5ever",
"zstd",
]