# 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 = "ghworkflow-rust-test" version = "0.1.2" authors = ["Leandro Lisboa Penz "] description = "Test of ghworkflow-rust" homepage = "https://github.com/lpenz/ghworkflow-rust-test" readme = "README.md" keywords = [ "watch", "command-line", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lpenz/ghworkflow-rust-test" [package.metadata.deb] section = "utils" assets = [ [ "target/release/ghworkflow-rust-test", "usr/bin/", "755", ], [ "LICENSE", "usr/share/doc/ghworkflow-rust-test/", "644", ], [ "README.md", "usr/share/doc/ghworkflow-rust-test/", "644", ], ] [dependencies]