me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-cargo-manifest-0.13.

* gnu/packages/crates-io.scm (rust-cargo-manifest-0.13): New variable.

Change-Id: If92996f47c5d7e28d91434a2e9c121090f620181
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
master
VÖRÖSKŐI András 2024-02-24 21:40:16 +01:00 committed by Efraim Flashner
parent dab06ec43e
commit 1fc78900b4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 23 additions and 0 deletions

View File

@ -10827,6 +10827,29 @@ GNOME libsecret.")
automatically on cargo test.")
(license license:expat)))
(define-public rust-cargo-manifest-0.13
(package
(name "rust-cargo-manifest")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "cargo-manifest" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "13a0dgqchxjmhr4idswpri2l3lwv7fxga69yj5hvylla0adg8vxz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1)
("rust-thiserror" ,rust-thiserror-1)
("rust-toml" ,rust-toml-0.8))
#:cargo-development-inputs (("rust-insta" ,rust-insta-1))))
(home-page "https://github.com/LukeMathWalker/cargo-manifest")
(synopsis "Parse and manipulate manifests @code{Cargo.toml} files")
(description "This package provides a helper crate to parse and manipulate
manifests in @code{Cargo.toml} files.")
(license (list license:asl2.0 license:expat))))
(define-public rust-cargo-metadata-0.18
(package
(name "rust-cargo-metadata")