[package] name = "mzandvliets_hello_world_crate" description = "Merely a test package to follow along with the Rust Book, carry on. Nothing to see here." version = "0.1.2" authors = ["mzandvliet "] edition = "2018" license = "MIT OR Apache-2.0" [profile.dev] opt-level = 1 [lib] name = "my_library" path = "src/lib.rs" [dependencies]