# 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 = "fox-dotfile" version = "0.2.0" description = "Dotfile manager" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/fox-tools/dotfile" [[bin]] name = "dotfile" path = "src/main.rs" [dependencies.clap] version = "4.0.32" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.colored] version = "2.0.0" [dependencies.crossterm] version = "0.25.0" [dependencies.dirs] version = "4.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.glob] version = "0.3.1" [dependencies.log] version = "0.4.17" [dependencies.notify] version = "5.0.0" features = ["serde"] [dependencies.tui] version = "0.19.0"