aboutsummaryrefslogtreecommitdiffstats
path: root/util/flashrom_tester/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'util/flashrom_tester/Cargo.toml')
-rw-r--r--util/flashrom_tester/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/util/flashrom_tester/Cargo.toml b/util/flashrom_tester/Cargo.toml
index 948553a7..e6ed9c04 100644
--- a/util/flashrom_tester/Cargo.toml
+++ b/util/flashrom_tester/Cargo.toml
@@ -30,6 +30,9 @@ sys-info = "0.9"
[build-dependencies]
built = { version = "0.5", features = ["chrono"] }
+[dev-dependencies]
+gag = "1"
+
[features]
# Features required to build the CLI binary but not the library
cli = ["chrono", "clap"]