gnu: Add rust-matchit-0.7.
* gnu/packages/crates-io.scm (rust-matchit-0.7): New variable. Change-Id: I0d20d0eb43938d4e4f460bf49f70064b591a71f3 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
92ab337b16
commit
9ea97ee211
1 changed files with 20 additions and 0 deletions
|
@ -39268,6 +39268,26 @@ in html5ever/xml5ever")
|
||||||
(("rust-rustc-test" ,rust-rustc-test-0.3)
|
(("rust-rustc-test" ,rust-rustc-test-0.3)
|
||||||
("rust-serde-json" ,rust-serde-json-1))))))
|
("rust-serde-json" ,rust-serde-json-1))))))
|
||||||
|
|
||||||
|
(define-public rust-matchit-0.7
|
||||||
|
(package
|
||||||
|
(name "rust-matchit")
|
||||||
|
(version "0.7.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "matchit" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "156bgdmmlv4crib31qhgg49nsjk88dxkdqp80ha2pk2rk6n6ax0f"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t)) ; Cut the dependency tree.
|
||||||
|
(home-page "https://github.com/ibraheemdev/matchit")
|
||||||
|
(synopsis "High performance, zero-copy URL router")
|
||||||
|
(description
|
||||||
|
"This package provides a high performance, zero-copy URL router.")
|
||||||
|
(license (list license:expat license:bsd-3))))
|
||||||
|
|
||||||
(define-public rust-match-cfg-0.1
|
(define-public rust-match-cfg-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-match-cfg")
|
(name "rust-match-cfg")
|
||||||
|
|
Reference in a new issue