Cargo.toml 407 B

123456789101112131415
  1. [package]
  2. name = "sync-it"
  3. version = "1.5.0"
  4. authors = ["Samuel W. Flint <swflint@flintfam.org>"]
  5. edition = "2018"
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. toml = "0.5.6"
  9. serde = {version = "1.0.116", features = ["derive"]}
  10. clap = {version = "2.33.3", features = ["yaml"]}
  11. yaml-rust = "0.3.5"
  12. home = "0.5.3"
  13. string_template = "0.2.1"