mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add rust-treeline-0.1.
* gnu/packages/crates-io.scm (rust-treeline-0.1): New variable.
This commit is contained in:
parent
4cd67b69b3
commit
5638fa15f0
1 changed files with 20 additions and 0 deletions
|
@ -26799,6 +26799,26 @@ (define-public rust-traitobject-0.1
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-treeline-0.1
|
||||
(package
|
||||
(name "rust-treeline")
|
||||
(version "0.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "treeline" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0hcdgyk5xzcx2ylm0fr9czzs9cjznm7l9q5qz51qi97i82r43xx7"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/softprops/treeline")
|
||||
(synopsis "Library for visualizing tree structured data")
|
||||
(description
|
||||
"This package provides a library for visualizing tree structured data.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-try-from-0.3
|
||||
(package
|
||||
(name "rust-try-from")
|
||||
|
|
Loading…
Reference in a new issue