diff options
| author | Jamie Quigley <jamie@quigley.xyz> | 2022-04-07 06:32:11 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-07 06:32:11 +0100 |
| commit | f861893293629f4f8c315b8042295df049973e29 (patch) | |
| tree | 995af6417a0e02a05478703023f9c9438f9ac500 /Cargo.toml | |
| parent | Add compact mode (#288) (diff) | |
| download | atuin-f861893293629f4f8c315b8042295df049973e29.zip | |
Update to clap 3.1.x (#289)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,7 +38,6 @@ log = "0.4" pretty_env_logger = "0.4" chrono = { version = "0.4", features = ["serde"] } eyre = "0.6" -structopt = "0.3" directories = "3" indicatif = "0.16.2" serde_derive = "1.0.125" @@ -56,6 +55,8 @@ base64 = "0.13.0" humantime = "2.1.0" tabwriter = "1.2.1" crossbeam-channel = "0.5.1" +clap = { version = "3.1.8", features = ["derive"] } +clap_complete = "3.1.1" [profile.release] lto = "fat" |
