nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/Cargo.toml b/Cargo.toml
2index 681e634..48cbc8e 100644
3--- a/Cargo.toml
4+++ b/Cargo.toml
5@@ -19,7 +19,8 @@ path = "src/main.rs"
6 [dependencies]
7 anyhow = "1.0.43"
8 base64 = "0.13.0"
9-clap = { git = "https://github.com/clap-rs/clap", features = ["wrap_help"] }
10+clap = { version = "= 3.0.0-beta.2", features = ["wrap_help"] }
11+clap_derive = "= 3.0.0-beta.2"
12 console = "0.14.1"
13 crossbeam-channel = "0.5.1"
14 getset = "0.1.1"