mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: Add rust-az-1.
* gnu/packages/crates-io.scm (rust-az-1): New variable.
This commit is contained in:
parent
2fc298d19c
commit
ca2484f17c
1 changed files with 19 additions and 0 deletions
|
@ -1178,6 +1178,25 @@ (define-public rust-average-0.9
|
|||
("rust-serde-json" ,rust-serde-json-1)
|
||||
("rust-streaming-stats" ,rust-streaming-stats-0.2))))))
|
||||
|
||||
(define-public rust-az-1
|
||||
(package
|
||||
(name "rust-az")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "az" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sb51w9pjcqb315dg6zv9wwqj1q2fldcc3xmfv0bhkmajiyx9g79"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://gitlab.com/tspiteri/az")
|
||||
(synopsis "Casts and checked casts")
|
||||
(description "This crate provides casts and checked casts.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-backtrace-0.3
|
||||
(package
|
||||
(name "rust-backtrace")
|
||||
|
|
Loading…
Reference in a new issue