gnu: Add rust-force-send-sync-1.

* gnu/packages/crates-io.scm (rust-force-send-sync-1): New variable.

Change-Id: I58512d67968cea8b75e95b96a64f7874c3ff4947
This commit is contained in:
Efraim Flashner 2024-03-16 22:00:01 +02:00
parent e4e08cfe12
commit 0a53c7fac0
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -24971,6 +24971,23 @@ (define-public rust-font-kit-0.10
("rust-walkdir" ,rust-walkdir-2) ("rust-walkdir" ,rust-walkdir-2)
("rust-winapi" ,rust-winapi-0.3)))))) ("rust-winapi" ,rust-winapi-0.3))))))
(define-public rust-force-send-sync-1
(package
(name "rust-force-send-sync")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "force-send-sync" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1dpy69psypanm8mx3k0mjmvb0mccyyd8yffcdr1899la8k68ss1j"))))
(build-system cargo-build-system)
(home-page "https://github.com/pacman82/force-send-sync")
(synopsis "Unsafe wrappers to force Send and Sync")
(description "Unsafe wrappers to force Send and Sync.")
(license license:expat)))
(define-public rust-foreign-types-0.5 (define-public rust-foreign-types-0.5
(package (package
(name "rust-foreign-types") (name "rust-foreign-types")