mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: Add rust-actix-router-0.1.
* gnu/packages/crates-io.scm (rust-actix-router-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
7f4f593873
commit
41f1df84b5
1 changed files with 22 additions and 0 deletions
|
@ -635,6 +635,28 @@ (define-public rust-actix-router-0.2
|
||||||
(description "This package provides resource path matching library.")
|
(description "This package provides resource path matching library.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-actix-router-0.1
|
||||||
|
(package
|
||||||
|
(inherit rust-actix-router-0.2)
|
||||||
|
(name "rust-actix-router")
|
||||||
|
(version "0.1.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "actix-router" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1xyc0kzawfwjfiw4znb7xx6hh4r7nnwjq44i08fjc1724ysln8i3"))))
|
||||||
|
(arguments
|
||||||
|
`(#:skip-build? #t
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-bytes" ,rust-bytes-0.4)
|
||||||
|
("rust-http" ,rust-http-0.1)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-regex" ,rust-regex-1)
|
||||||
|
("rust-serde" ,rust-serde-1)
|
||||||
|
("rust-string" ,rust-string-0.2))))))
|
||||||
|
|
||||||
(define-public rust-actix-rt-1
|
(define-public rust-actix-rt-1
|
||||||
(package
|
(package
|
||||||
(name "rust-actix-rt")
|
(name "rust-actix-rt")
|
||||||
|
|
Loading…
Reference in a new issue