MapEditr/Cargo.toml

15 lines
237 B
TOML
Raw Permalink Normal View History

2021-01-19 00:00:37 -08:00
[package]
name = "mapeditr"
2021-05-24 16:28:58 -07:00
version = "1.0.0"
authors = ["random-geek (github.com/random-geek)"]
2021-01-19 00:00:37 -08:00
edition = "2018"
[dependencies]
2021-05-24 16:28:58 -07:00
anyhow = "1"
2021-01-19 00:00:37 -08:00
byteorder = "1"
2021-05-24 16:28:58 -07:00
clap = "2"
flate2 = "1"
2021-01-19 00:00:37 -08:00
memmem = "0.1"
2021-05-24 16:28:58 -07:00
sqlite = "0.26"
2021-01-19 00:00:37 -08:00
thiserror = "1"