gnu: Add rust-more-asserts-0.3.

* gnu/packages/crates-io.scm (rust-more-asserts-0.3): New variable.

Change-Id: I1b361eb9c14d774db10fa5098055499741055ab1
This commit is contained in:
Efraim Flashner 2024-01-07 12:02:26 +02:00
parent e4d52a7829
commit e405857f2a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -40605,6 +40605,25 @@ (define-public rust-modifier-0.1
"Chaining APIs for both self -> Self and &mut self methods.")
(license license:expat)))
(define-public rust-more-asserts-0.3
(package
(name "rust-more-asserts")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "more-asserts" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0zj0f9z73nsn1zxk2y21f0mmafvz7dz5v93prlxwdndb3jbadbqz"))))
(build-system cargo-build-system)
(home-page "https://github.com/thomcc/rust-more-asserts")
(synopsis "Library providing additional assert_* and debug_assert_* macros")
(description
"This package provides a small library providing additional assert_* and
debug_assert_* macros.")
(license (list license:unlicense license:expat license:asl2.0 license:cc0))))
(define-public rust-mp4-0.9
(package
(name "rust-mp4")