8 lines
142 B
TOML
8 lines
142 B
TOML
|
[package]
|
||
|
name = "tlzma"
|
||
|
version.workspace = true
|
||
|
edition.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
lzma-rs.workspace = true
|
||
|
thiserror.workspace = true
|