# 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 = "dustinblackman-hello-world" version = "0.2.1" description = "An empty Rust binary crate used in integration tests." readme = "README.md" license = "MIT" repository = "https://github.com/dustinblackman/rust-hello-world" [[bin]] name = "hello-world" path = "src/main.rs" [[bin]] name = "hello-world-first" path = "src/first.rs" [[bin]] name = "hello-world-second" path = "src/second.rs" [dependencies]