# 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 = "flush" version = "0.2.0" authors = ["0x6f <0x6f@0x11.io>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Fluent Shell" readme = "README.md" keywords = [ "shell", "rust", "fluent", "ergonomics", ] categories = [ "command-line-interface", "command-line-utilities", "filesystem", "os", "os::unix-apis", ] license = "GPL-3.0-only" repository = "https://codeberg.org/0x6f/flush" [[bin]] name = "flush" path = "src/main.rs" [dependencies.nix] version = "0.29.0" features = ["process"]