mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add rust-pin-project-auxiliary-macro-0.0.
* gnu/packages/crates-io.scm (rust-pin-project-auxiliary-macro-0.0): New variable.
This commit is contained in:
parent
4e3c1c65d9
commit
3f63125616
1 changed files with 18 additions and 0 deletions
|
@ -20443,6 +20443,24 @@ (define-public rust-pin-project-0.4
|
|||
(description "A crate for safe and ergonomic pin-projection.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-pin-project-auxiliary-macro-0.0
|
||||
(package
|
||||
(name "rust-pin-project-auxiliary-macro")
|
||||
(version "0.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "pin-project-auxiliary-macro" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1fk48gab989xxmw466yp4mvqwfkkx9ckqzmjlfyk2hnzavqwvkxj"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/taiki-e/pin-project")
|
||||
(synopsis "Internal test tool of the pin-project crate")
|
||||
(description
|
||||
"This package is an internal test tool of the @code{pin-project} crate.")
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-pin-project-internal-0.4
|
||||
(package
|
||||
(name "rust-pin-project-internal")
|
||||
|
|
Loading…
Reference in a new issue