summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2022-03-10 05:15:48 -0500
committerGitHub <noreply@github.com>2022-03-10 05:15:48 -0500
commit8087f0b636b94ff5763a3a5637dea9a343784bd7 (patch)
tree3429a410bde0feef39424e87bbe99c0ba7b4f20c /Cargo.lock
parent92ec3599363c710815c286e975bbb6cc748708dd (diff)
ci: add manpage generation, migrate build script (#692)
Adds manpage generation to the build process, as well as following the xtask concept of adding additional build scripts that only need to run on deploy/nightly as opposed to `build.rs`. Note this doesn't follow the recommended method of using workplaces because I don't really want to shift the entire repo structure just for this. More on xtask: https://github.com/matklad/cargo-xtask
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index dc24694d..d28b3cbe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -230,7 +230,6 @@ dependencies = [
"cargo-husky",
"cfg-if",
"clap",
- "clap_complete",
"crossterm",
"ctrlc",
"dirs",
@@ -326,15 +325,6 @@ dependencies = [
]
[[package]]
-name = "clap_complete"
-version = "3.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "df6f3613c0a3cddfd78b41b10203eb322cb29b600cbdf808a7d3db95691b8e25"
-dependencies = [
- "clap",
-]
-
-[[package]]
name = "concurrent-queue"
version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"