trpl_tut_sorry_for_the_bloat_need_to_learn 0.1.0

Rust book chapter 14 publishing tutorial
[package]
name = "trpl_tut_sorry_for_the_bloat_need_to_learn"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0" # You can use a dual license using `OR`
description = "Rust book chapter 14 publishing tutorial"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
art = {path = "../art", version = "0.1.0"}