gnu: Add rust-encoding-index-tests-0.1

* gnu/packages/crates-io.scm (rust-encoding-index-tests-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
John Soo 2019-12-15 07:36:50 -08:00 committed by Efraim Flashner
parent cab0911ea3
commit 5442b8bec1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1973,6 +1973,29 @@ (define-public rust-encode-unicode-0.3
char, u8 and u16.")
(license (list license:expat license:asl2.0))))
(define-public rust-encoding-index-tests-0.1
(package
(name "rust-encoding-index-tests")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "encoding_index_tests" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0s85y091gl17ixass49bzaivng7w8p82p6nyvz2r3my9w4mxhim2"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/lifthrasiir/rust-encoding")
(synopsis
"Macros used to test index tables for character encodings")
(description
"Helper macros used to test index tables for character
encodings.")
(license license:cc0)))
(define-public rust-env-logger-0.6
(package
(name "rust-env-logger")