mirror of
https://github.com/Xeeynamo/sotn-decomp.git
synced 2024-11-23 13:09:44 +00:00
12 lines
232 B
TOML
12 lines
232 B
TOML
|
[package]
|
||
|
name = "sotn-lint"
|
||
|
version = "0.1.0"
|
||
|
edition = "2021"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
lazy_static = "1.4.0"
|
||
|
rayon = "1.7.0"
|
||
|
regex = "1.9.1"
|