gnu: Add rust-route-recognizer-0.2.
* gnu/packages/crates-io.scm (rust-route-recognizer-0.2): New variable.
This commit is contained in:
parent
ecd0781614
commit
5f55832cd7
1 changed files with 19 additions and 0 deletions
|
@ -27952,6 +27952,25 @@ Rust Language Server.")
|
||||||
(;("rust-serde-bytes" ,rust-serde-bytes-0.10)
|
(;("rust-serde-bytes" ,rust-serde-bytes-0.10)
|
||||||
("rust-serde-json" ,rust-serde-json-1))))))
|
("rust-serde-json" ,rust-serde-json-1))))))
|
||||||
|
|
||||||
|
(define-public rust-route-recognizer-0.2
|
||||||
|
(package
|
||||||
|
(name "rust-route-recognizer")
|
||||||
|
(version "0.2.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "route-recognizer" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "17mmnyzg7yr5x84n28y6bll1qn21g11k61p6sgg2fjf0xdshcxsn"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/http-rs/route-recognizer")
|
||||||
|
(synopsis "Recognizes URL patterns")
|
||||||
|
(description
|
||||||
|
"This package helps recognizing URL patterns with support for dynamic and
|
||||||
|
wildcard segments")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-rspec-1
|
(define-public rust-rspec-1
|
||||||
(package
|
(package
|
||||||
(name "rust-rspec")
|
(name "rust-rspec")
|
||||||
|
|
Reference in a new issue