gnu: Add rust-ntest-timeout-0.3.

* gnu/packages/crates-io.scm (rust-ntest-timeout-0.3): New variable.
This commit is contained in:
Arun Isaac 2020-09-17 16:22:19 +05:30
parent 4b282ebc87
commit 107adb84b1
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -15232,6 +15232,31 @@ (define-public rust-notify-4
"Cross-platform file system notification library.")
(license license:cc0)))
(define-public rust-ntest-timeout-0.3
(package
(name "rust-ntest-timeout")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "ntest_timeout" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0klryn3rgjxnq3cv6j8bwcsr0b7zw3x216h63144v22aja18p0g0"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1)
("rust-timebomb" ,rust-timebomb-0.1))))
(home-page "https://github.com/becheran/ntest")
(synopsis "Timeout attribute for the ntest framework")
(description "This package provides a timeout attribute for the ntest
framework.")
(license license:expat)))
(define-public rust-num-0.3
(package
(name "rust-num")