mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add rust-procedural-masquerade-0.1.
* gnu/packages/crates-io.scm (rust-procedural-masquerade-0.1): New variable.
This commit is contained in:
parent
f90a306d1f
commit
c9d0d4d4ea
1 changed files with 21 additions and 0 deletions
|
@ -13045,6 +13045,27 @@ (define-public rust-proc-macro2-0.4
|
|||
#:cargo-development-inputs
|
||||
(("rust-quote" ,rust-quote-0.6))))))
|
||||
|
||||
(define-public rust-procedural-masquerade-0.1
|
||||
(package
|
||||
(name "rust-procedural-masquerade")
|
||||
(version "0.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "procedural-masquerade" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1l098px1hwdzqnxl376a9hfxb9q8kmj2n0y0s8k7plrz3jjp85cs"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/servo/rust-cssparser")
|
||||
(synopsis "Macro rules for proc-macro-derive")
|
||||
(description
|
||||
"This package provides @code{macro_rules} for making
|
||||
@code{proc_macro_derive} pretend to be @code{proc_macro}.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-proptest-0.9
|
||||
(package
|
||||
(name "rust-proptest")
|
||||
|
|
Loading…
Reference in a new issue