me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-snafu-derive-0.6.

* gnu/packages/crates-io.scm (rust-snafu-derive-0.6): New variable.
master
Ricardo Wurmus 2021-11-11 13:02:00 +00:00
parent 01da92eef3
commit 7d00ffc8fc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 23 additions and 0 deletions

View File

@ -49183,6 +49183,29 @@ control on the fields.")
clone.")
(license (list license:expat license:asl2.0))))
(define-public rust-snafu-derive-0.6
(package
(name "rust-snafu-derive")
(version "0.6.10")
(source
(origin
(method url-fetch)
(uri (crate-uri "snafu-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0nri7ma06g5kimpcdcm8359a55nmps5f3kcngy0j6bin7jhfy20m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/shepmaster/snafu")
(synopsis "Ergonomic error handling library")
(description "Snafu aims to be an ergonomic error handling library. This
package provides derive macros.")
(license (list license:expat license:asl2.0))))
(define-public rust-snailquote-0.3
(package
(name "rust-snailquote")