mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: Add rust-line-col-0.2.
* gnu/packages/crates-io.scm (rust-line-col-0.2): New variable.
This commit is contained in:
parent
e4f8a088e0
commit
6320ccfcbf
1 changed files with 19 additions and 0 deletions
|
@ -33867,6 +33867,25 @@ (define-public rust-lifeguard-0.6
|
|||
(description "This package provides an object pool manager in Rust.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-line-col-0.2
|
||||
(package
|
||||
(name "rust-line-col")
|
||||
(version "0.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "line-col" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nvqjxn2kkxkph3qdlkc5xq1m2ygla4l0saga778sp2vp3vcsscy"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-unicode-segmentation" ,rust-unicode-segmentation-1))))
|
||||
(home-page "https://github.com/TheBerkin/line-col-rs")
|
||||
(synopsis "Convert string slice indices into line/column numbers")
|
||||
(description "Convert string slice indices into line/column numbers")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-line-wrap-0.1
|
||||
(package
|
||||
(name "rust-line-wrap")
|
||||
|
|
Loading…
Reference in a new issue