gnu: Add rust-etcetera-0.8.

* gnu/packages/crates-io.scm (rust-etcetera-0.8): New variable.

Change-Id: I363cb9361f6d453f42501d9270114cd0e609c640
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jaeme Sifat 2023-12-29 19:40:19 -05:00 committed by Efraim Flashner
parent 788e4c5c74
commit 2a3ff29d77
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -23869,6 +23869,32 @@ (define-public rust-escargot-0.3
(("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1))))))
(define-public rust-etcetera-0.8
(package
(name "rust-etcetera")
(version "0.8.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "etcetera" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0hxrsn75dirbjhwgkdkh0pnpqrnq17ypyhjpjaypgax1hd91nv8k"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1)
("rust-home" ,rust-home-0.5)
("rust-windows-sys" ,rust-windows-sys-0.48))))
(home-page "https://github.com/lunacookies/etcetera")
(synopsis
"Library for obtaining configuration, data, cache, & other directories")
(description
"This is a Rust library that allows you to determine the locations of
configuration, data, cache & other files for your application. Existing Rust
libraries generally do not give you a choice in terms of which standards/conventions
they follow. Etcetera, on the other hand, gives you the choice.")
(license (list license:expat license:asl2.0))))
(define-public rust-ethbloom-0.11
(package
(name "rust-ethbloom")