mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: Add rust-iai-macro-0.1.
* gnu/packages/crates-io.scm (rust-iai-macro-0.1): New variable. Change-Id: I723c7d55103f2ae52a1215cddcd3632611b630d9
This commit is contained in:
parent
3b48456c9f
commit
bd7f0bf143
1 changed files with 21 additions and 0 deletions
|
@ -34965,6 +34965,27 @@ (define-public rust-hyprland-macros-0.3
|
|||
(description "This package provides async closure macro for hyprland-rs.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public rust-iai-macro-0.1
|
||||
(package
|
||||
(name "rust-iai-macro")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "iai-macro" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "12xx8qn2740dhxldivc2zhhvqmfb488ry1dr2qyxw1n4ps2pyli5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
|
||||
("rust-quote" ,rust-quote-1))
|
||||
#:cargo-development-inputs (("rust-iai" ,rust-iai-0.1))))
|
||||
(home-page "https://github.com/bheisler/iai")
|
||||
(synopsis "Custom Test Framework macro for Iai")
|
||||
(description "Custom Test Framework macro for Iai.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-iana-time-zone-haiku-0.1
|
||||
(package
|
||||
(name "rust-iana-time-zone-haiku")
|
||||
|
|
Loading…
Reference in a new issue