mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: Add rust-futures-task-0.3.
* gnu/packages/crates-io.scm (rust-futures-task-0.3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e6cb6c35f0
commit
0ab109a2b5
1 changed files with 20 additions and 0 deletions
|
@ -4285,6 +4285,26 @@ (define-public rust-futures-sink-preview-0.3
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-futures-task-0.3
|
||||
(package
|
||||
(name "rust-futures-task")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "futures-task" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1yg5d7b3z58mhqbrax5a0qdsfvzfclwyqvw5k3i41x4wnbb55bhb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:tests? #f))
|
||||
(home-page "https://rust-lang-nursery.github.io/futures-rs")
|
||||
(synopsis "Tools for working with tasks")
|
||||
(description "Tools for working with tasks.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-futures-util-preview-0.3
|
||||
(package
|
||||
(name "rust-futures-util-preview")
|
||||
|
|
Loading…
Reference in a new issue