summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a29b3830..5cc4e512 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,3 +11,9 @@ members = [
[profile.release]
debug = true
+
+[patch.crates-io]
+#clap = { path = "../clap" }
+#clap_mangen = { path = "../clap/clap_mangen" }
+clap = { git = "https://gitlab.com/sequoia-pgp/clap", branch = "for_sequoia" }
+clap_mangen = { git = "https://gitlab.com/sequoia-pgp/clap", branch = "for_sequoia" }