summaryrefslogtreecommitdiff
path: root/add/add-one/Cargo.toml
blob: 88d65d1a8a9e022fc9178e1ce49c85547f5f7d2d (plain) (blame)
1
2
3
4
5
6
7
8
[package]
name = "add-one"
version = "0.1.0"
authors = ["Adam Carpenter <53hornet@gmail.com>"]
edition = "2018"

[dependencies]
rand = "0.3.14"