mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-markup-0.13.
* gnu/packages/crates-io.scm (rust-markup-0.13): New variable.
This commit is contained in:
parent
2cb81ed4f5
commit
117f5f93e0
1 changed files with 22 additions and 0 deletions
|
@ -33813,6 +33813,28 @@ (define-public rust-markup-proc-macro-0.13
|
|||
template engine for Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-markup-0.13
|
||||
(package
|
||||
(name "rust-markup")
|
||||
(version "0.13.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "markup" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"03cb086vkqdym3z0wq9h8ywgc2v1w9n4d8pn0j6p76fl6ni9d4dx"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-itoa" ,rust-itoa-1)
|
||||
("rust-markup-proc-macro" ,rust-markup-proc-macro-0.13))))
|
||||
(home-page "https://github.com/utkarshkukreti/markup.rs")
|
||||
(synopsis "Fast, type-safe template engine for Rust")
|
||||
(description
|
||||
"This package provides a fast, type-safe template engine for Rust.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-markup5ever-0.10
|
||||
(package
|
||||
(name "rust-markup5ever")
|
||||
|
|
Loading…
Reference in a new issue