gnu: Add rust-rust-embed-utils-5.

* gnu/packages/crates-io.scm (rust-rust-embed-utils-5): New variable.
This commit is contained in:
Nicolas Goaziou 2021-02-10 09:58:33 +01:00
parent 5570831260
commit 819f08c9af
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -30782,6 +30782,27 @@ (define-public rust-rust-base58-0.0
Currently the conversion uses the Bitcoin base58 alphabet.")
(license (list license:asl2.0 license:expat))))
(define-public rust-rust-embed-utils-5
(package
(name "rust-rust-embed-utils")
(version "5.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rust-embed-utils" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0vc7492a6qlq7r899p7vyx5cwiqwkw2pf85mfw5anwr42ccj4l9a"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-walkdir" ,rust-walkdir-2))))
(home-page "https://github.com/pyros2097/rust-embed")
(synopsis "Utilities for @code{rust-embed}")
(description "This package provides utilities for @code{rust-embed}.")
(license license:expat)))
(define-public rust-rust-hawktracer-0.7
(package
(name "rust-rust-hawktracer")