rust-book/add/add-one/Cargo.toml

9 lines
147 B
INI

[package]
name = "add-one"
version = "0.1.0"
authors = ["Timothy Warren <twarren@nabancard.com>"]
edition = "2018"
[dependencies]
rand = "0.3.14"