[build-dependencies.nix]
features = ["user"]
version = "0.29.0"
[dependencies.clap]
features = ["derive"]
version = "4.4.18"
[dependencies.color-eyre]
version = "0.6.2"
[dependencies.crossterm]
version = "0.27.0"
[dependencies.fs_extra]
version = "1.3.0"
[dependencies.glob]
version = "0.3.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.196"
[dependencies.serde_json]
version = "1.0.113"
[package]
authors = ["kinire98"]
description = "A backup application based in the same FS that will only back the file that you changed"
edition = "2021"
license-file = "LICENSE.md"
name = "klone"
readme = "README.md"
repository = "https://github.com/kinire98/klone"
version = "1.0.2"