gnu: Add rust-file-diff-1.
* gnu/packages/crates-io.scm (rust-file-diff-1): New variable.
This commit is contained in:
parent
5ab6f113e0
commit
fa1ec3bc34
1 changed files with 17 additions and 0 deletions
|
@ -22866,6 +22866,23 @@ (define-public rust-fiat-crypto-0.1
|
|||
@code{fiat-crypto} libraries.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-file-diff-1
|
||||
(package
|
||||
(name "rust-file-diff")
|
||||
(version "1.0.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "file-diff" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"19a34rvbqg3b2my6ykax5n1qi2ahwbjacn9y2ji3h9gkp04ak9ri"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/ethanpailes/file_diff-rs")
|
||||
(synopsis "Atomic utility for diffing files in testing")
|
||||
(description "An atomic utility for diffing files in testing.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public rust-filesize-0.2
|
||||
(package
|
||||
(name "rust-filesize")
|
||||
|
|
Loading…
Reference in a new issue