gnu: Add rust-anyinput-derive-0.1.

* gnu/packages/crates-io.scm (rust-anyinput-derive-0.1): New variable.

Change-Id: If0e113e1822fb110ea8b11019d87aad899da90c3
This commit is contained in:
Ricardo Wurmus 2025-01-16 22:48:24 +01:00
parent 5a927dd5f8
commit cba7ebb064
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2165,6 +2165,29 @@ (define-public rust-anyinput-core-0.1
"This package provides an internal helper library of anyinput.")
(license (list license:expat license:asl2.0))))
(define-public rust-anyinput-derive-0.1
(package
(name "rust-anyinput-derive")
(version "0.1.8")
(source
(origin
(method url-fetch)
(uri (crate-uri "anyinput-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1xcgkdkskmh8xxxyr1chfapn9avk8d8s7jjph5zy4ff22dri4m7y"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-anyinput-core" ,rust-anyinput-core-0.1)
("rust-proc-macro-error" ,rust-proc-macro-error-1)
("rust-proc-macro2" ,rust-proc-macro2-1))))
(home-page "https://github.com/CarlKCarlK/anyinput")
(synopsis "Internal helper library of anyinput")
(description
"This package provides an internal helper library of anyinput.")
(license (list license:expat license:asl2.0))))
(define-public rust-anyhow-1
(package
(name "rust-anyhow")