From cbe8a0cdf4bdbb26faecb028e79ad6c409376051 Mon Sep 17 00:00:00 2001 From: Grimmauld Date: Tue, 30 Apr 2024 20:59:32 +0200 Subject: Allow reading from stdin by placing `-` as a mark --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 700fbc6..619d78b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,3 +8,4 @@ license = "GPL-3.0-ONLY" [dependencies] clap = {version="4.5.4", features = ["derive"]} +clap-stdin = {version="0.4.0"} \ No newline at end of file -- cgit v1.2.3