me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-route-recognizer-0.2.

* gnu/packages/crates-io.scm (rust-route-recognizer-0.2): New variable.
master
Nicolas Goaziou 2021-01-10 22:37:06 +01:00
parent ecd0781614
commit 5f55832cd7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -27952,6 +27952,25 @@ Rust Language Server.")
(;("rust-serde-bytes" ,rust-serde-bytes-0.10)
("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
(package
(name "rust-rspec")