mirror of
https://github.com/nix-community/naersk
synced 2024-11-26 21:40:18 +00:00
9 lines
156 B
TOML
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"
|