gnu: Add rust-dhcproto-macros-0.1.

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

Change-Id: Ifb07383e9d08fd4911d4de641e3847b7025f3424
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Tomas Volf 2024-02-15 21:26:46 +01:00 committed by Efraim Flashner
parent 2040d55fd5
commit c7ae2ff459
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -18983,6 +18983,25 @@ (define-public rust-devise-core-0.2
("rust-quote" ,rust-quote-0.6)
("rust-syn" ,rust-syn-0.15))))))
(define-public rust-dhcproto-macros-0.1
(package
(name "rust-dhcproto-macros")
(version "0.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "dhcproto-macros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0w61gvnm17frkm6mk8q4xkwd1iji946lj5f175w585h4hvxkx6d7"))))
(build-system cargo-build-system)
(home-page "https://github.com/bluecatengineering/dhcproto")
(synopsis "Macro library for generating option types for dhcproto")
(description
"This package provides a macro library for generating option types for
dhcproto.")
(license license:expat)))
(define-public rust-dhcp4r-0.2
(package
(name "rust-dhcp4r")