GNU bug report logs -
#78539
[PATCH 00/13] Add wlink to flashing-tools
Previous Next
Full log
View this message in rfc822 format
Change-Id: I1bfd2b45b8c7e235396e840f3b56819443bbc6c0
---
gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1030fe5317..cba2fc4d6c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12607,6 +12607,28 @@ (define-public rust-chumsky-0.9
recovery.")
(license license:expat)))
+(define-public rust-envconfig-0.11
+ (package
+ (name "rust-envconfig")
+ (version "0.11.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "envconfig" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1g3d095anfmypbnnqcxpwgjywx8ns1xgpj5xh1amh2nxkzn0479w"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-envconfig-derive" ,rust-envconfig-derive-0.11))))
+ (home-page "https://github.com/greyblake/envconfig-rs")
+ (synopsis "Build a config structure from environment variables in Rust
+without boilerplate")
+ (description
+ "Initialize config structure from environment variables in Rust without
+boilerplate.")
+ (license license:expat)))
+
(define-public rust-envconfig-derive-0.11
(package
(name "rust-envconfig-derive")
--
2.49.0
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.