chapter14_lightpractice 0.1.0

TRPL Chapter 14 practice with custom crates
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "chapter14_light"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "362791143d6771fe522f3123e0071b40d399b63653d1ecaf7de7e35c0c4cbe3c"

[[package]]
name = "chapter14_lightpractice"
version = "0.1.0"
dependencies = [
 "chapter14_light",
]