Rust-Programming-Cookbook/Chapter05/external-crates/Cargo.toml

8 wiersze
166 B
TOML

[package]
name = "external-crates"
version = "0.1.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
[dependencies]
quick-error = "1.2"