gnu: Add rust-futures-task-0.3.
authorValentin Ignatev <valentignatev@gmail.com>
Wed, 15 Jan 2020 00:33:28 +0000 (03:33 +0300)
committerEfraim Flashner <efraim@flashner.co.il>
Tue, 11 Feb 2020 19:38:09 +0000 (21:38 +0200)
* gnu/packages/crates-io.scm (rust-futures-task-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/crates-io.scm

index 44466e1..8f53dd6 100644 (file)
@@ -4285,6 +4285,26 @@ futures-rs library.")
     (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")