similar-sort/Cargo.toml

12 lines
268 B
TOML

[package]
name = "similar-sort"
version = "2.0.0"
authors = ["Brian Hicks <brian@brianthicks.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = "2.33.3"
color-eyre = "0.5.7"