From e49033ae32b31e3056017c51180d6b1a4412e98f70170bca8db74b1f2a8ad6e5 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Mon, 22 Apr 2024 00:00:00 +0000 Subject: Implement build script for generating the manual --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b6a3523..93b8bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,3 +15,7 @@ exclude = [ clap = { version = "4.5.3", features = ["derive"] } colored = "2.1.0" rand = "0.8.5" + +[build-dependencies] +clap = { version = "4.5.3", features = ["derive"] } +clap_mangen = "0.2.20" -- cgit v1.2.3