Rust-Programming-Cookbook/Chapter03/my-workspace/a-lib/Cargo.toml

8 wiersze
151 B
TOML

[package]
name = "a-lib"
version = "0.1.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
[dev-dependencies]
rand = "*"