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: I5d19746cdf4bc21311366e4f6a6bb79c92f70beb
---
gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3cc04ac27c..1030fe5317 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -12607,6 +12607,30 @@ (define-public rust-chumsky-0.9
recovery.")
(license license:expat)))
+(define-public rust-envconfig-derive-0.11
+ (package
+ (name "rust-envconfig-derive")
+ (version "0.11.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "envconfig_derive" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1cb9g9zcglf9fw7dc9099x8fwp115yx00lwxbv8pmdi0f861yafl"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-syn" ,rust-syn-2)
+ ("rust-quote" ,rust-quote-1)
+ ("rust-proc-macro2" ,rust-proc-macro2-1))))
+ (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-envmnt-0.10
(package
(name "rust-envmnt")
--
2.49.0
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.