mzandvliets_hello_world_crate 0.1.2

Merely a test package to follow along with the Rust Book, carry on. Nothing to see here.
Documentation
[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 <martijn@ramjetanvil.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

[profile.dev]
opt-level = 1

[lib]
name = "my_library"
path = "src/lib.rs"

[dependencies]