mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: Add rust-smol-potat-1.
* gnu/packages/crates-io.scm (rust-smol-potat-1): New variable. Change-Id: I91a8cf931fe00a4be509b091131dfeda2dc9cb26
This commit is contained in:
parent
f502663261
commit
fbc5a8696c
1 changed files with 22 additions and 0 deletions
|
@ -79774,6 +79774,28 @@ (define-public rust-smol-0.1
|
|||
("rust-piper" ,rust-piper-0.1)
|
||||
("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-smol-potat-1
|
||||
(package
|
||||
(name "rust-smol-potat")
|
||||
(version "1.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "smol-potat" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13nqzzqjscav3flc9jhwiabw8vnb22mv2accgilsn3swmxhzlkw9"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-async-io" ,rust-async-io-1)
|
||||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-smol-potat-macro" ,rust-smol-potat-macro-0.6))
|
||||
#:cargo-development-inputs (("rust-smol" ,rust-smol-1))))
|
||||
(home-page "https://github.com/wusyong/smol-potat")
|
||||
(synopsis "Proc macro for smol runtime")
|
||||
(description "This package provides a proc macro for smol runtime.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-smol-potat-macro-0.6
|
||||
(package
|
||||
(name "rust-smol-potat-macro")
|
||||
|
|
Loading…
Reference in a new issue