1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Description: avoid test-only not-in-Debian crate rexpect
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-09-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/examples/Cargo.toml
+++ b/examples/Cargo.toml
@@ -4,17 +4,11 @@
edition = "2021"
publish = false
-[lib]
-path = "lib.rs"
-
[dependencies]
inquire = { path = "../inquire", features = ["date", "editor", "macros"] }
inquire-derive = { path = "../inquire-derive" }
chrono = "0.4"
fuzzy-matcher = "0.3.7"
-rexpect = "0.6.2"
-anyhow = "1.0.99"
-assert_cmd = "2.0.17"
[[example]]
name = "form"
|