mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
gnu: Add rust-eyeball-0.8.
* gnu/packages/crates-io.scm (rust-eyeball-0.8): Add variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Change-Id: I79113bac07889e540accfe2c2fb2db065094c703
This commit is contained in:
parent
5126e9d808
commit
7951cbd634
1 changed files with 29 additions and 0 deletions
|
@ -22564,6 +22564,35 @@ (define-public rust-expectrl-0.7
|
|||
like Don libes expect.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-eyeball-0.8
|
||||
(package
|
||||
(name "rust-eyeball")
|
||||
(version "0.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "eyeball" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1yw01cm6316xrq26nz3nhlvnsfahc96j692brrai04c2v69jhj22"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-criterion" ,rust-criterion-0.5)
|
||||
("rust-futures-core" ,rust-futures-core-0.3)
|
||||
("rust-readlock" ,rust-readlock-0.1)
|
||||
("rust-readlock-tokio" ,rust-readlock-tokio-0.1)
|
||||
("rust-tokio" ,rust-tokio-1)
|
||||
("rust-tokio-util" ,rust-tokio-util-0.7)
|
||||
("rust-tracing" ,rust-tracing-0.1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-futures-util" ,rust-futures-util-0.3)
|
||||
("rust-stream-assert" ,rust-stream-assert-0.1)
|
||||
("rust-tokio" ,rust-tokio-1))))
|
||||
(home-page "https://github.com/jplatte/eyeball")
|
||||
(synopsis "Add observability to your Rust types")
|
||||
(description "Add observability to your Rust types!")
|
||||
(license license:mpl2.0)))
|
||||
|
||||
(define-public rust-eyre-0.6
|
||||
(package
|
||||
(name "rust-eyre")
|
||||
|
|
Loading…
Reference in a new issue