# 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 = "allenap-flock-experiment" version = "0.2.0" authors = ["Gavin Panella "] description = "Interactive command-line tool to experiment with `flock(2)` locks" readme = "README.md" categories = ["development-tools", "command-line-utilities"] license = "MIT" repository = "https://github.com/allenap/allenap-flock-experiment" resolver = "2" [dependencies.getch] version = "0.3.1" [dependencies.nix] version = "0.23.1"