gnu: Add rust-drop-bomb-0.1.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Zheng junjie 2021-06-11 20:53:06 +08:00 committed by Nicolas Goaziou
parent 458632fc08
commit 78387d4672
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -13524,6 +13524,29 @@ (define-public rust-draw-state-0.8
(description "Graphics state blocks for gfx-rs.")
(license license:asl2.0)))
(define-public rust-drop-bomb-0.1
(package
(name "rust-drop-bomb")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "drop-bomb" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1qc59a53ngwxpnbvl8xidp2cmwrl671dhbzw7zijmjjaq0hqxnlv"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page
"https://github.com/matklad/drop_bomb")
(synopsis
"Runtime guard for implementing linear types")
(description
"This package provides a runtime guard for implementing linear types.")
(license (list license:expat license:asl2.0))))
(define-public rust-dtoa-0.4
(package
(name "rust-dtoa")