me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-rust-ini-0.13.

* gnu/packages/crates-io.scm (rust-rust-ini-0.13): New variable.
master
Nicolas Goaziou 2021-02-10 15:11:28 +01:00
parent 42d503ff83
commit 24103aedbb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -31750,6 +31750,25 @@ the file-system during development.")
"This package provides a sys crate for the rust_hawktracer library.")
(license (list license:expat license:asl2.0))))
(define-public rust-rust-ini-0.13
(package
(name "rust-rust-ini")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "rust-ini" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1hifnbgaz01zja5995chy6vjacbif2m76nlxsisw7y1pxx4c2liy"))))
(build-system cargo-build-system)
(arguments `(#:skip-build? #t))
(home-page "https://github.com/zonyitoo/rust-ini")
(synopsis "INI configuration file parsing library in Rust")
(description
"This package is an INI configuration file parsing library in Rust.")
(license license:expat)))
(define-public rust-rustbox-0.11
(package
(name "rust-rustbox")