mirror of
https://github.com/diasurgical/devilution-comparer.git
synced 2026-05-21 05:40:34 +00:00
15 lines
286 B
TOML
15 lines
286 B
TOML
[package]
|
|
name = "devilution-comparer"
|
|
version = "0.5.0"
|
|
authors = ["Dennis Duda <git@seri.tools>"]
|
|
edition = '2018'
|
|
|
|
[dependencies]
|
|
zydis = "3.0.0"
|
|
notify = "4"
|
|
clap = "2"
|
|
regex = "1"
|
|
num-traits = "0.2"
|
|
serde = { version = "1", features = ["derive"] }
|
|
lazy_static = "^1.1"
|
|
toml = "0.5" |