rust-nix-template/Cargo.toml

11 lines
253 B
TOML
Raw Normal View History

2021-04-06 19:16:53 +02:00
[package]
name = "bouncy"
version = "0.1.0"
authors = ["Sridhar Ratnakumar <srid@srid.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2021-04-08 05:20:14 +02:00
clap = "2.33.3"
2021-04-08 05:19:10 +02:00
toml = "0.5.8"