Rust-Programming-Cookbook/Chapter04/channels/Cargo.toml

8 wiersze
153 B
TOML

[package]
name = "channels"
version = "0.1.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
[dependencies]
rand = "^0.5"