Cargo.toml 564 B

1234567891011121314151617181920
  1. # SPDX-FileCopyrightText: 2021 - 2022 Samuel W. Flint <swflint@flintfam.org>
  2. #
  3. # SPDX-License-Identifier: GPL-3.0-or-later
  4. [package]
  5. name = "sync-it"
  6. version = "2.2.0"
  7. authors = ["Samuel W. Flint <swflint@flintfam.org>"]
  8. edition = "2018"
  9. license = "GPL-3.0-or-later"
  10. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  11. [dependencies]
  12. toml = "0.5.6"
  13. serde = {version = "1.0.116", features = ["derive"]}
  14. clap = {version = "4.0.2", features = ["cargo"]}
  15. clap_complete = "4.0.2"
  16. home = "0.5.3"
  17. string_template = "0.2.1"