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:
		
							parent
							
								
									4665e6a73b
								
							
						
					
					
						commit
						dfdcd375a8
					
				
					 1 changed files with 18 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -2374,6 +2374,24 @@ coverage-guided, mutation-based fuzzers.")
 | 
			
		|||
@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")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue