me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-profiling-procmacros-1.

* gnu/packages/crates-io.scm (rust-profiling-procmacros-1): New variable.

Change-Id: Icd2a8626025c0f6564714839f49cebe76c25411f
master
Efraim Flashner 2024-01-07 11:54:07 +02:00
parent d0bce6a0d3
commit 1448cae275
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 21 additions and 0 deletions

View File

@ -52208,6 +52208,27 @@ and possibly blocking tasks.")
("rust-once-cell" ,rust-once-cell-1)
("rust-rand" ,rust-rand-0.8))))))
(define-public rust-profiling-procmacros-1
(package
(name "rust-profiling-procmacros")
(version "1.0.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "profiling-procmacros" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "01gbxcn06a6xlbdpjpfh1lnhkqdn1nyzr468wfdl9ay1cmyjscjb"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/aclysma/profiling")
(synopsis "Abstraction over other profiler crates.")
(description
"This crate provides a very thin abstraction over other profiler crates.")
(license (list license:expat license:asl2.0))))
(define-public rust-progress-0.2
(package
(name "rust-progress")