gnu: Add rust-konst-proc-macros-0.2.

* gnu/packages/crates-io.scm (rust-konst-proc-macros-0.2): New variable.

Change-Id: If5e25fba57afa3176658ece0464b5d390bc9be35
This commit is contained in:
Efraim Flashner 2024-01-29 09:35:00 +02:00
parent 4064b48eb1
commit 0a67e73bf5
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -27669,6 +27669,23 @@ characters in HTML, decoding and unescaping HTML entities as well.")
(description "This package provides a Base32 encoder/decoder library.") (description "This package provides a Base32 encoder/decoder library.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public rust-konst-proc-macros-0.2
(package
(name "rust-konst-proc-macros")
(version "0.2.11")
(source
(origin
(method url-fetch)
(uri (crate-uri "konst_proc_macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0dxp8mdh3q9d044ql203way4fgbc50n3j3pi2j1x2snlcaa10klq"))))
(build-system cargo-build-system)
(home-page "https://github.com/rodrimati1992/konst/")
(synopsis "Implementation detail of the @code{konst} crate")
(description "Implementation detail of the @code{konst} crate.")
(license license:zlib)))
(define-public rust-kuchiki-0.8 (define-public rust-kuchiki-0.8
(package (package
(name "rust-kuchiki") (name "rust-kuchiki")