me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-postcard-derive-0.1.

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

Change-Id: Ic0b8b49234a1dd7f5f6f730a0c782bc2d0b5cf29
master
Efraim Flashner 2024-03-31 14:32:51 +03:00
parent edffa84ac4
commit caf88120d2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -53925,6 +53925,27 @@ audio I/O library.")
I/O library.") I/O library.")
(license license:expat))) (license license:expat)))
(define-public rust-postcard-derive-0.1
(package
(name "rust-postcard-derive")
(version "0.1.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "postcard-derive" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ycsfl3nb37syvlj92nl98lphykq78b7af7nv8h49pc7hwhh2jzw"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))
(home-page "https://github.com/jamesmunns/postcard")
(synopsis "Derive crate for postcard")
(description "This package provides the implementation details for postcard.")
(license (list license:expat license:asl2.0))))
(define-public rust-postgres-0.19 (define-public rust-postgres-0.19
(package (package
(name "rust-postgres") (name "rust-postgres")