blob: bcfc594c6db97c805532a2dd7caa8ad51ea8c48e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "unity-tools"
version = "0.1.0"
edition = "2024"
[dependencies]
log = "0.4.25"
env_logger = "0.11.6"
anyhow = "1.0.95"
lz4_flex = "0.11.3"
lzma = "0.2.2"
# lz4 = "1.28.1"
|