mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: Add rust-futures-timer-0.1.
* gnu/packages/crates-io.scm (rust-futures-timer-0.1): New variable.
This commit is contained in:
parent
30b610d68c
commit
304c702f60
1 changed files with 19 additions and 0 deletions
|
@ -7657,6 +7657,25 @@ (define-public rust-futures-task-0.3
|
||||||
(description "Tools for working with tasks.")
|
(description "Tools for working with tasks.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-futures-timer-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-futures-timer")
|
||||||
|
(version "0.1.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "futures-timer" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0hw0nlyrq5an6l6y8md1rg6r380zrddvmh9cg0h64xfwnvlxzkm5"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-futures" ,rust-futures-0.1))))
|
||||||
|
(home-page "https://github.com/async-rs/futures-timer")
|
||||||
|
(synopsis "Timeouts for futures")
|
||||||
|
(description "Timeouts for futures.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-futures-util-0.3
|
(define-public rust-futures-util-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-futures-util")
|
(name "rust-futures-util")
|
||||||
|
|
Loading…
Reference in a new issue