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

9 wiersze
183 B
TOML

[package]
name = "a-project"
version = "0.1.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
[dependencies]
a-lib = { path = "../a-lib" }
rand = "0.5"