Rust-Programming-Cookbook/Chapter09/i2cdevice-drivers/Cargo.toml

10 wiersze
259 B
TOML

[package]
name = "i2cdevice-drivers"
version = "0.1.0"
authors = ["Claus Matzinger <claus.matzinger+kb@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.5"