# 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 = "komando" version = "0.1.1" build = "build.rs" description = "A command line utility to better organize and keep track of your commands." readme = "README.md" license = "MIT" repository = "https://github.com/Vellyxenya/Komando" [[bin]] name = "komando_exec" path = "src/main.rs" [dependencies.anyhow] version = "1.0.92" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.0" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.uuid] version = "1.11" features = ["v4"]