# 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" rust-version = "1.65" name = "flake-watcher" version = "0.1.1" authors = ["Zebreus"] exclude = [ ".vscode", "flake.lock", "flake.nix", "default.nix", ] description = "A simple tool to watch for changes in a nix flake and run a command when it changes" homepage = "https://github.com/zebreus/flake-watcher" readme = "README.md" keywords = [ "nix", "flake", "watcher", "nixos", "nixpkgs", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/zebreus/flake-watcher.git" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.notify] version = "4.0.0" [badges.maintenance] status = "actively-developed"