mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 10:56:56 -05:00
gnu: Add rust-assert-impl-0.1.
* gnu/packages/crates-io.scm (rust-assert-impl-0.1): New variable.
This commit is contained in:
parent
3cb2653894
commit
3710685a57
1 changed files with 17 additions and 0 deletions
|
@ -4386,6 +4386,23 @@ (define-public rust-assert-fs-1
|
|||
"This crate provides file system fixtures and assertions for testing.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-assert-impl-0.1
|
||||
(package
|
||||
(name "rust-assert-impl")
|
||||
(version "0.1.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "assert-impl" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17jvig9rwdc1sf1j5q8q9k69njg3k8g7x7g6wcb711hcvq9l6in3"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/upsuper/assert-impl")
|
||||
(synopsis "Macro for static assert types implement a trait or not")
|
||||
(description "Macro for static assert types implement a trait or not")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-assert-json-diff-1
|
||||
(package
|
||||
(name "rust-assert-json-diff")
|
||||
|
|
Loading…
Reference in a new issue