From e217b3ee27f75ffc2b27753bc88cca8a9342307b Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 4 Mar 2022 22:08:42 -0500 Subject: move to clap 3 --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 784e63d..cafc439 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ license = "MIT" anyhow = "1.0.55" bincode = "1.3.3" bytes = "1.1.0" +clap = { version = "3.1.5", features = ["wrap_help", "derive"] } futures-util = "0.3.21" git2 = { version = "0.14.0", default-features = false } glob = "0.3.0" @@ -17,12 +18,10 @@ libc = "0.2.119" nix = "0.23.1" notify = "4.0.17" once_cell = "1.9.0" -paw = "1.0.0" pest = "2.1.3" pest_derive = "2.1.0" pty-process = { version = "0.2.0", features = ["async"] } serde = { version = "1.0.136", features = ["derive"] } -structopt = { version = "0.3.26", features = ["paw", "wrap_help"] } terminal_size = "0.1.17" textmode = { version = "0.3.0", features = ["async"] } time = { version = "0.3.7", features = ["formatting", "parsing"] } -- cgit v1.2.3-54-g00ecf