mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: Add rust-rio-0.9.
* gnu/packages/crates-io.scm (rust-rio-0.9): New variable. Change-Id: Ieb75ee0a53fd9317837ec14979348b67a4e02374
This commit is contained in:
parent
e3d5681d09
commit
fb0a284741
1 changed files with 21 additions and 0 deletions
|
@ -63241,6 +63241,27 @@ (define-public rust-rinja-parser-0.3
|
|||
(description "This package provides a parser for Rinja templates.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-rio-0.9
|
||||
(package
|
||||
(name "rust-rio")
|
||||
(version "0.9.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "rio" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0nv8wrnkd41flb32lmxb412l6m1790j12c3lg305764hcmbc564y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-libc" ,rust-libc-0.2))
|
||||
#:cargo-development-inputs (("rust-extreme" ,rust-extreme-666))))
|
||||
(home-page "https://github.com/spacejam/rio")
|
||||
(synopsis "Bindings for io_uring")
|
||||
(description
|
||||
"This package provides bindings for io_uring.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public rust-rkyv-0.7
|
||||
(package
|
||||
(name "rust-rkyv")
|
||||
|
|
Loading…
Reference in a new issue