me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-deadpool-sync-0.1.

* gnu/packages/crates-io.scm (rust-deadpool-sync-0.1): Add variable.

Change-Id: I6faa6f867eb0b05e7748a7db6fc9d68180121c3f
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
Herman Rimm 2024-02-18 22:12:15 +01:00 committed by Efraim Flashner
parent 9cb6de30b1
commit 8f5cb34ff3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -19033,6 +19033,27 @@ of any type.")
for sync managers.") for sync managers.")
(license (list license:expat license:asl2.0)))) (license (list license:expat license:asl2.0))))
(define-public rust-deadpool-sync-0.1
(package
(name "rust-deadpool-sync")
(version "0.1.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "deadpool-sync" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "02habnbf9gna5yg5parpfbgz1342mzyxmd5lcz7f9jhk9i4p1nzq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-deadpool-runtime" ,rust-deadpool-runtime-0.1)
("rust-tracing" ,rust-tracing-0.1))))
(home-page "https://github.com/bikeshedder/deadpool")
(synopsis "Dead simple async pool utitities for sync managers")
(description "This package provides dead simple async pool utitities
for sync managers.")
(license (list license:expat license:asl2.0))))
(define-public rust-debug-helper-0.3 (define-public rust-debug-helper-0.3
(package (package
(name "rust-debug-helper") (name "rust-debug-helper")