gnu: Add rust-valuable-0.1.

* gnu/packages/crates-io.scm (rust-valuable-0.1): New variable.
This commit is contained in:
Ricardo Wurmus 2022-09-01 18:57:27 +02:00
parent 1aa0e7bbf2
commit 9f4acd606a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

@ -70369,6 +70369,29 @@ a part of rav1e.")
crate.")
(license license:expat)))
(define-public rust-valuable-0.1
(package
(name "rust-valuable")
(version "0.1.0")
(source (origin
(method url-fetch)
(uri (crate-uri "valuable" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0v9gp3nkjbl30z0fd56d8mx7w1csk86wwjhfjhr400wh9mfpw2w3"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-valuable-derive" ,rust-valuable-derive-0.1))))
(home-page "https://github.com/tokio-rs/valuable")
(synopsis "Object-safe value inspection")
(description
"This package implements object-safe value inspection, used to pass
un-typed structured data across trait-object boundaries.")
(license license:expat)))
(define-public rust-value-bag-1
(package
(name "rust-value-bag")