mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
25 lines
501 B
TOML
25 lines
501 B
TOML
[package]
|
|
name = "ddh"
|
|
version = "0.11.3"
|
|
authors = ["Jon Moroney <jmoroney@hawaii.edu>"]
|
|
edition = "2018"
|
|
description = "Compare and contrast directories"
|
|
license = "LGPL-3.0"
|
|
homepage = "https://github.com/darakian/ddh"
|
|
repository = "https://github.com/darakian/ddh"
|
|
documentation = "https://docs.rs/ddh"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
clap = "2.33"
|
|
rayon = "1.3"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
siphasher = "0.3"
|
|
nohash-hasher = "0.2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug=false
|
|
opt-level = 3
|