splink_client/Cargo.toml

16 lines
362 B
TOML
Raw Normal View History

2022-06-17 17:26:04 +02:00
[package]
name = "splink_client"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.57"
2022-06-17 21:05:40 +02:00
bracket-color = "0.8.2"
2022-06-17 17:26:04 +02:00
clap = { version = "3.1.18", features = ["derive", "deprecated"] }
image = "0.24.2"
rand = "0.8.5"
termion = "1.5.6"
thiserror = "1.0.31"