mirror of
https://github.com/SinTan1729/unscrambler-rust.git
synced 2025-04-11 05:46:05 -05:00
12 lines
No EOL
229 B
TOML
12 lines
No EOL
229 B
TOML
[package]
|
|
name = "unscrambler"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
xz2 = "0.1.7"
|
|
|
|
[build-dependencies]
|
|
xz2 = "0.1.7" |