splink_client/Cargo.toml

16 lines
362 B
TOML

[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"
bracket-color = "0.8.2"
clap = { version = "3.1.18", features = ["derive", "deprecated"] }
image = "0.24.2"
rand = "0.8.5"
termion = "1.5.6"
thiserror = "1.0.31"