mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: Add rust-actix-threadpool-0.3.
* gnu/packages/crates-io.scm (rust-actix-threadpool-0.3): New variable.
This commit is contained in:
parent
206359a788
commit
f2599411c2
1 changed files with 26 additions and 0 deletions
|
@ -89,6 +89,32 @@
|
||||||
library in Rust.")
|
library in Rust.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-actix-threadpool-0.3
|
||||||
|
(package
|
||||||
|
(name "rust-actix-threadpool")
|
||||||
|
(version "0.3.3")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "actix-threadpool" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0c0frk19ml94d01mvgv5g60mhq86gfi34c3lsfpvjm18016z02fj"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-derive-more" ,rust-derive-more-0.99)
|
||||||
|
("rust-futures-channel" ,rust-futures-channel-0.3)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-log" ,rust-log-0.4)
|
||||||
|
("rust-num-cpus" ,rust-num-cpus-1)
|
||||||
|
("rust-parking-lot" ,rust-parking-lot-0.11)
|
||||||
|
("rust-threadpool" ,rust-threadpool-1))))
|
||||||
|
(home-page "https://actix.rs")
|
||||||
|
(synopsis "Actix thread pool for sync code")
|
||||||
|
(description "This package provides Actix thread pool for sync code.")
|
||||||
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-addr2line-0.11
|
(define-public rust-addr2line-0.11
|
||||||
(package
|
(package
|
||||||
(name "rust-addr2line")
|
(name "rust-addr2line")
|
||||||
|
|
Loading…
Add table
Reference in a new issue