gnu: Add rust-argh-shared-0.1.

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

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Petr Hodina 2021-11-09 19:34:03 +01:00 committed by Nicolas Goaziou
parent 4665e6a73b
commit dfdcd375a8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -2374,6 +2374,24 @@ (define-public rust-arg-enum-proc-macro-0.3
@code{arg_enum}.")
(license license:expat)))
(define-public rust-argh-shared-0.1
(package
(name "rust-argh-shared")
(version "0.1.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "argh_shared" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0crzkzr4mq9gyys3m0idgsfwwrwd4dk70scp7rspvb2fmgd01piq"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/google/argh")
(synopsis "Derive-based argument parsing optimized for code size")
(description "Derive-based argument parsing optimized for code size")
(license license:bsd-3)))
(define-public rust-argon2rs-0.2
(package
(name "rust-argon2rs")