naersk/test/simple-dep/Cargo.toml
2019-07-11 11:39:40 +02:00

9 lines
156 B
TOML

[package]
name = "simple-dep"
version = "0.1.0"
authors = ["nicolas <nicolas@nmattia.com>"]
edition = "2018"
[dependencies]
rand = "0.7.0"
regex = "1.1.8"