gnu: Add rust-section-testing-0.0.

* gnu/packages/crates-io.scm (rust-section-testing-0.0): New variable.
This commit is contained in:
Efraim Flashner 2020-06-22 10:09:31 +03:00
parent 7c6948c71e
commit 5247f79db6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -20210,6 +20210,26 @@ (define-public rust-seahash-3.0
proven statistical guarantees.")
(license license:expat)))
(define-public rust-section-testing-0.0
(package
(name "rust-section-testing")
(version "0.0.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "section-testing" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0a1zwpcs2dqhky2wd8y82cm25l3s9i5dbyn4ypgmvdysizcxgr7c"))))
(build-system cargo-build-system)
(home-page "https://github.com/evanw/section_testing")
(synopsis "Library for section-style testing")
(description
"This package provides a library for section-style testing.")
(license license:expat)))
(define-public rust-security-framework-0.3
(package
(name "rust-security-framework")