mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: Add rust-ct-logs-0.3.
* gnu/packages/crates-io.scm (rust-ct-logs-0.3): New variable.
This commit is contained in:
parent
7bfde108d4
commit
59e2f5dbe6
1 changed files with 21 additions and 0 deletions
|
@ -4533,6 +4533,27 @@ (define-public rust-csv-core-0.1
|
|||
"Bare bones CSV parsing with no_std support.")
|
||||
(license (list license:unlicense license:expat))))
|
||||
|
||||
(define-public rust-ct-logs-0.3
|
||||
(package
|
||||
(name "rust-ct-logs")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "ct-logs" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1f0885ws3p49xh6dfgnhh7zjw9h4rhs9ljs8i9cnkhifzz98784f"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-sct" ,rust-sct-0.3))))
|
||||
(home-page "https://github.com/ctz/ct-logs")
|
||||
(synopsis "Google's list of Certificate Transparency logs")
|
||||
(description "This package contains Google's list of Certificate
|
||||
Transparency logs for use with sct crate.")
|
||||
(license (list license:asl2.0 license:isc license:expat))))
|
||||
|
||||
(define-public rust-ctor-0.1
|
||||
(package
|
||||
(name "rust-ctor")
|
||||
|
|
Loading…
Reference in a new issue