1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: Add rust-indent-write-2.

* gnu/packages/crates-io.scm (rust-indent-write-2): New variable.

Change-Id: I6f1c962f05c05a223fa63e0d7eac7fbd8dc3c7d9
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
Jordan Moore 2025-02-05 19:31:34 +01:00 committed by Danny Milosavljevic
parent ad4fd61029
commit a4fb13ccd7
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -34696,6 +34696,25 @@ with compile-time deflation and runtime lazy inflation.")
crate.")
(license license:asl2.0)))
(define-public rust-indent-write-2
(package
(name "rust-indent-write")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "indent_write" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1hqjp80argdskrhd66g9sh542yxy8qi77j6rc69qd0l7l52rdzhc"))))
(build-system cargo-build-system)
(home-page "https://github.com/Lucretiel/indent-write")
(synopsis "Write adapters to add indentation")
(description
"This package provides simple Write adapters to add line
indentation.")
(license license:mpl2.0)))
(define-public rust-indenter-0.3
(package
(name "rust-indenter")