gnu: Add rust-serial-test-0.1.
* gnu/packages/crates-io.scm (rust-serial-test-0.1): New variable.
This commit is contained in:
parent
16ab2e5a8a
commit
370ea0840a
1 changed files with 23 additions and 0 deletions
|
@ -21796,6 +21796,29 @@ for the serde framework.")
|
||||||
(description "YAML support for Serde.")
|
(description "YAML support for Serde.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-serial-test-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-serial-test")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "serial-test" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0qywhzjc4jh6dqqng90maai0mjlmafk9aa5rrl9g3d2g01wdn8ms"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-lazy-static" ,rust-lazy-static-1))))
|
||||||
|
(home-page "https://github.com/palfrey/serial_test/")
|
||||||
|
(synopsis "Serialised Rust tests")
|
||||||
|
(description
|
||||||
|
"Allows for the creation of serialised Rust tests.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-serial-test-derive-0.1
|
(define-public rust-serial-test-derive-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-serial-test-derive")
|
(name "rust-serial-test-derive")
|
||||||
|
|
Reference in a new issue