diff options
| author | Ellie Huxtable <e@elm.sh> | 2020-10-05 11:57:09 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-05 11:57:09 +0100 |
| commit | 9232ac27ce6d820c87d240061c1525866d69b2b2 (patch) | |
| tree | 12a5a69126fac0ca0f056f5139f3177af267a661 /Cargo.toml | |
| parent | add readme (diff) | |
| parent | chore: use structopt wrapper instead of building clap by hand (diff) | |
| download | atuin-9232ac27ce6d820c87d240061c1525866d69b2b2.zip | |
Merge pull request #1 from conradludgate/main
chore: use structopt wrapper instead of building clap by hand
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,8 +9,8 @@ edition = "2018" [dependencies] log = "0.4" pretty_env_logger = "0.4" -clap = "2.33.3" chrono = "0.4.19" eyre = "0.6.1" shellexpand = "2.0.0" rusqlite = "0.24.0" +structopt = "0.3.15" |
