# 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 = "amdo" version = "0.1.1" authors = ["Daniel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "await-modify-do is a TUI application that runs an arbitrary command on save in working directory." readme = "README.md" license = "MIT" repository = "https://github.com/DanielHauge/await-modify-do" [[bin]] name = "amdo" path = "src/main.rs" [dependencies.crossbeam] version = "0.8.0" [dependencies.devicons] version = "0.6.11" [dependencies.notify] version = "7.0.0" [dependencies.ratatui] version = "0.28.0" features = ["all-widgets"] [dependencies.sysinfo] version = "0.32.1" [dependencies.tempfile] version = "3.14.0" [dependencies.which] version = "7.0.0"