1234567891011121314151617181920 |
- # SPDX-FileCopyrightText: 2021 - 2022 Samuel W. Flint <swflint@flintfam.org>
- #
- # SPDX-License-Identifier: GPL-3.0-or-later
- [package]
- name = "sync-it"
- version = "2.2.0"
- authors = ["Samuel W. Flint <swflint@flintfam.org>"]
- edition = "2018"
- license = "GPL-3.0-or-later"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- toml = "0.5.6"
- serde = {version = "1.0.116", features = ["derive"]}
- clap = {version = "4.0.2", features = ["cargo"]}
- clap_complete = "4.0.2"
- home = "0.5.3"
- string_template = "0.2.1"
|