bchx_cargo_extras 0.1.1

Following along with the Rust book on publishing to crates.io
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "bchx_cargo_extras"
description = "Following along with the Rust book on publishing to crates.io"
version = "0.1.1"
edition = "2021"
license = "MIT"


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

[dependencies]