14 lines
338 B
TOML
14 lines
338 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"
|
|
clap = { version = "3.1.18", features = ["derive", "deprecated"] }
|
|
image = "0.24.2"
|
|
rand = "0.8.5"
|
|
termion = "1.5.6"
|
|
thiserror = "1.0.31"
|