gnu: Add rust-to-method-1.
* gnu/packages/crates-io.scm (rust-to-method-1): New variable. Change-Id: I7edd294a4b4fc1a9eb5da617181d78bf1b6fbc5c
This commit is contained in:
parent
54c84d64bf
commit
9e695b087a
@ -81914,6 +81914,24 @@ Fireball''.")
|
||||
#:cargo-inputs (("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-regex" ,rust-regex-1))))))
|
||||
|
||||
(define-public rust-to-method-1
|
||||
(package
|
||||
(name "rust-to-method")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "to_method" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1s72l06fnb5kv6vm5ds0lilg1dyciyyis09ypi5kij0mrbpcxi67"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/whentze/to_method")
|
||||
(synopsis "utility micro-crate for using Into more ergonomically.")
|
||||
(description
|
||||
"This package provides a utility micro-crate for using Into more ergonomically.")
|
||||
(license license:cc0)))
|
||||
|
||||
(define-public rust-to-shmem-0.0.0
|
||||
(package
|
||||
(name "rust-to-shmem")
|
||||
|
Loading…
Reference in New Issue
Block a user