diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,3 +8,7 @@ edition = "2018" [dependencies] structopt = "0.3.7" + +[dev-dependencies] +assert_cmd = "0.10" +predicates = "1" |
index : fpm | ||
A friendly, barely modified fork of fortran-lang.org's package manager |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 4 |
@@ -8,3 +8,7 @@ edition = "2018" [dependencies] structopt = "0.3.7" + +[dev-dependencies] +assert_cmd = "0.10" +predicates = "1" |