# 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 = "rraval-workflows" version = "0.1.1" default-run = "main" description = "Example crate for @rraval's reusable GitHub workflows" license = "MIT" repository = "https://github.com/rraval/workflows" resolver = "2" [lib] path = "src/lib.rs" [[bin]] name = "main" path = "src/main.rs" [[bin]] name = "not-main" path = "src/bin/not_main.rs"