MapEditr/Cargo.toml

15 lines
260 B
TOML
Raw Normal View History

2021-01-19 00:00:37 -08:00
[package]
name = "mapeditr"
version = "0.1.0"
authors = ["random-geek <35757396+random-geek@users.noreply.github.com>"]
edition = "2018"
[dependencies]
sqlite = "0.25"
flate2 = "1"
clap = "2"
byteorder = "1"
memmem = "0.1"
anyhow = "1"
thiserror = "1"