mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: Add rust-htmlescape-0.3.
* gnu/packages/crates-io.scm (rust-htmlescape-0.3): New variable.
This commit is contained in:
parent
499ad2c4bd
commit
564a85a0ab
1 changed files with 19 additions and 0 deletions
|
@ -17067,6 +17067,25 @@ (define-public rust-html5ever-0.23
|
|||
("rust-rustc-test" ,rust-rustc-test-0.3)
|
||||
("rust-typed-arena" ,rust-typed-arena-1))))))
|
||||
|
||||
(define-public rust-htmlescape-0.3
|
||||
(package
|
||||
(name "rust-htmlescape")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "htmlescape" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0qria8paf19qy5sgzzk3iiii9fp2j7spbhqf0zjxwrg7v9c500p9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page "https://github.com/veddan/rust-htmlescape")
|
||||
(synopsis "Library for HTML entity encoding and decoding")
|
||||
(description
|
||||
"This package provides a library for HTML entity encoding and decoding.")
|
||||
(license (list license:asl2.0 license:expat license:mpl2.0))))
|
||||
|
||||
(define-public rust-http-0.2
|
||||
(package
|
||||
(name "rust-http")
|
||||
|
|
Loading…
Reference in a new issue