gnu: Add rust-anymap-0.12.

* gnu/packages/crates-io.scm (rust-anymap-0.12): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Zheng junjie 2021-06-11 20:52:58 +08:00 committed by Nicolas Goaziou
parent b270f0f089
commit 3e825016cb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 24 additions and 0 deletions

View File

@ -1889,6 +1889,30 @@ escape codes.")
@code{std::error::Error}.")
(license (list license:expat license:asl2.0))))
(define-public rust-anymap-0.12
(package
(name "rust-anymap")
(version "0.12.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "anymap" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0i23vv38i22aazp5z2hz0a44b943b6w5121kwwnpq1brpm1l559k"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page
"https://github.com/chris-morgan/anymap")
(synopsis
"Safe and convenient store for one value of each type")
(description
"This package provides a safe and convenient store for one value of each
type.")
(license (list license:expat license:asl2.0))))
(define-public rust-app-dirs2-2
(package
(name "rust-app-dirs2")