diff options
| author | Teddy Wing | 2016-04-23 02:48:18 -0400 |
|---|---|---|
| committer | Teddy Wing | 2016-04-23 02:48:18 -0400 |
| commit | ad9ac4ec473ee23f6ca58c24fc33b1cb70520b83 (patch) | |
| tree | b0cc7ecd518e4204744d8ba7764189f05d79dbdd /Cargo.lock | |
| parent | 0b12b2bae1130746ed49cc3c7a2daa819ede1b58 (diff) | |
| download | mutt-alias-auto-add-ad9ac4ec473ee23f6ca58c24fc33b1cb70520b83.tar.bz2 | |
Remove dependency on 'getopts'
As described in 0b12b2bae1130746ed49cc3c7a2daa819ede1b58, we don't need
to depend on 'getopts' because we don't have any command line options,
just a single required argument.
Rewrite our code to factor out getopts and assume that the first
argument to our program is an alias file path.
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -1,12 +1,4 @@ [root] name = "alias-auto-add" version = "0.0.1" -dependencies = [ - "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", -] - -[[package]] -name = "getopts" -version = "0.2.14" -source = "registry+https://github.com/rust-lang/crates.io-index" |
