# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "klone" version = "1.0.2" authors = ["kinire98"] description = "A backup application based in the same FS that will only back the file that you changed" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/kinire98/klone" [dependencies.clap] version = "4.4.18" features = ["derive"] [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] version = "1.0.196" features = ["derive"] [dependencies.serde_json] version = "1.0.113" [build-dependencies.nix] version = "0.29.0" features = ["user"]