File: remove-rprompt.diff

package info (click to toggle)
rust-keyring 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: makefile: 2
file content (25 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
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
Index: keyring/Cargo.toml
===================================================================
--- keyring.orig/Cargo.toml
+++ keyring/Cargo.toml
@@ -82,10 +82,6 @@ name = "keyring"
 path = "src/lib.rs"
 
 
-[[example]]
-name = "keyring-cli"
-path = "examples/cli.rs"
-
 [[test]]
 name = "basic"
 path = "tests/basic.rs"
@@ -123,9 +119,6 @@ version = "2"
 [dev-dependencies.rpassword]
 version = "7"
 
-[dev-dependencies.rprompt]
-version = "2"
-
 [dev-dependencies.whoami]
 version = "1.5"