mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 02:20:53 +02:00
gnu: Add rust-inquire-0.7.
* gnu/packages/crates-io.scm (rust-inquire-0.7): New variable. Change-Id: I21bb1e68396012e93edba9aac72bd55ad8832514
This commit is contained in:
parent
f703d3b0de
commit
92da06a010
1 changed files with 37 additions and 0 deletions
|
@ -34785,6 +34785,43 @@ data efficiently.")
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-bytes" ,rust-bytes-0.5))))))
|
(("rust-bytes" ,rust-bytes-0.5))))))
|
||||||
|
|
||||||
|
(define-public rust-inquire-0.7
|
||||||
|
(package
|
||||||
|
(name "rust-inquire")
|
||||||
|
(version "0.7.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "inquire" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0an1bjs0yklk990d7ni65znmirs99p01wld221affw5g64qgkp8g"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
(list #:cargo-inputs
|
||||||
|
(list rust-bitflags-2
|
||||||
|
rust-chrono-0.4
|
||||||
|
rust-console-0.15
|
||||||
|
rust-crossterm-0.25
|
||||||
|
rust-dyn-clone-1
|
||||||
|
rust-fuzzy-matcher-0.3
|
||||||
|
rust-fxhash-0.2
|
||||||
|
rust-newline-converter-0.3
|
||||||
|
rust-once-cell-1
|
||||||
|
rust-tempfile-3
|
||||||
|
rust-termion-2
|
||||||
|
rust-unicode-segmentation-1
|
||||||
|
rust-unicode-width-0.1)
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(list rust-chrono-0.4
|
||||||
|
rust-rstest-0.18)))
|
||||||
|
(home-page "https://github.com/mikaelmello/inquire")
|
||||||
|
(synopsis "Library for building interactive prompts on terminals")
|
||||||
|
(description
|
||||||
|
"This package provides a library for building interactive prompts on
|
||||||
|
terminals.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-insta-1
|
(define-public rust-insta-1
|
||||||
(package
|
(package
|
||||||
(name "rust-insta")
|
(name "rust-insta")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue