• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "patch_sync"
3version = "1.1.0"
4authors = ["Jordan R Abrahams-Whitehead <ajordanr@google.com>"]
5edition = "2018"
6
7[profile.release]
8panic = "abort"
9
10[dependencies]
11anyhow = "1.0"
12regex = "1.5"
13serde = {version = "1.0", features = ["derive"]}
14serde_json = "1.0"
15sha2 = "0.9"
16structopt = "0.3"
17time = "0.3"
18scopeguard = "1.1.0"
19
20[dev-dependencies]
21rand = "0.8"
22