mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: Add rust-write-json-0.1.
* gnu/packages/crates-io.scm (rust-write-json-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
d70f78911d
commit
d9d83b482c
1 changed files with 24 additions and 0 deletions
|
@ -52893,6 +52893,30 @@ (define-public rust-wio-0.2
|
|||
API but without hiding any functionality.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-write-json-0.1
|
||||
(package
|
||||
(name "rust-write-json")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "write-json" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1qxr1xwwyf7rd270rvjlcssm515pikf0sg70wpiymz4miy29l1h6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments `(#:skip-build? #t))
|
||||
(home-page
|
||||
"https://github.com/matklad/write-json")
|
||||
(synopsis
|
||||
"Simple {dependency,trait,macro}-less JSON serialization")
|
||||
(description
|
||||
"This package provides a simple {dependency,trait,macro}-less JSON
|
||||
serialization.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ws2-32-sys-0.2
|
||||
(package
|
||||
(name "rust-ws2-32-sys")
|
||||
|
|
Loading…
Reference in a new issue