gnu: Add rust-rust-embed-utils-5.
* gnu/packages/crates-io.scm (rust-rust-embed-utils-5): New variable.
This commit is contained in:
parent
5570831260
commit
819f08c9af
1 changed files with 21 additions and 0 deletions
|
@ -30782,6 +30782,27 @@ password hashing function.")
|
|||
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")
|
||||
|
|
Reference in a new issue