aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 868f56302c24c449c20090b2216c7722f8c3622e (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "fpm"
version = "0.1.0"
authors = ["Ondřej Čertík <ondrej@certik.us>"]
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
structopt = "0.3.7"