mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
gnu: Add rust-eyeball-im-0.4.
* gnu/packages/crates-io.scm (rust-eyeball-im-0.4): Add variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7951cbd634
commit
b4b59049d6
1 changed files with 25 additions and 0 deletions
|
@ -22593,6 +22593,31 @@ (define-public rust-eyeball-0.8
|
||||||
(description "Add observability to your Rust types!")
|
(description "Add observability to your Rust types!")
|
||||||
(license license:mpl2.0)))
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
|
(define-public rust-eyeball-im-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-eyeball-im")
|
||||||
|
(version "0.4.2")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "eyeball-im" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "0pb2dmqji80hj1c7skk5pg0w64lsqaanmm8ngf3fa2v7v4lsn7q2"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-futures-core" ,rust-futures-core-0.3)
|
||||||
|
("rust-imbl" ,rust-imbl-2)
|
||||||
|
("rust-tokio" ,rust-tokio-1)
|
||||||
|
("rust-tokio-util" ,rust-tokio-util-0.7)
|
||||||
|
("rust-tracing" ,rust-tracing-0.1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-stream-assert" ,rust-stream-assert-0.1))))
|
||||||
|
(home-page "https://github.com/jplatte/eyeball")
|
||||||
|
(synopsis "Observable collections based on the `im` crate")
|
||||||
|
(description "Observable collections based on the `im` crate.")
|
||||||
|
(license license:mpl2.0)))
|
||||||
|
|
||||||
(define-public rust-eyre-0.6
|
(define-public rust-eyre-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-eyre")
|
(name "rust-eyre")
|
||||||
|
|
Loading…
Reference in a new issue