mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: Add rust-eml-parser-0.1.
* gnu/packages/crates-io.scm (rust-eml-parser-0.1): New variable.
This commit is contained in:
parent
4262f51b64
commit
af3ba22663
1 changed files with 22 additions and 0 deletions
|
@ -32122,6 +32122,28 @@ (define-public rust-rust-embed-utils-5
|
|||
(description "This package provides utilities for @code{rust-embed}.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-eml-parser-0.1
|
||||
(package
|
||||
(name "rust-eml-parser")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "eml-parser" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0f82z4ryz4wchr0n99gj20s093ygx8ps0dqq6pr01ljcw8a0vqyr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-regex" ,rust-regex-1))))
|
||||
(home-page "https://github.com/aeshirey/EmlParser/")
|
||||
(synopsis "Library for parsing @file{.eml} files")
|
||||
(description
|
||||
"This package provides a library for parsing @file{.eml} files.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public rust-rust-hawktracer-0.7
|
||||
(package
|
||||
(name "rust-rust-hawktracer")
|
||||
|
|
Loading…
Reference in a new issue