gnu: Add rust-stdweb-internal-runtime.
* gnu/packages/crates-io.scm (rust-stdweb-internal-runtime): New variable.
This commit is contained in:
parent
a60f26b24d
commit
0d601e3860
@ -700,6 +700,26 @@ spinning. They may contain data, are usable without @code{std},and static
|
|||||||
initializers are available.")
|
initializers are available.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-stdweb-internal-runtime
|
||||||
|
(package
|
||||||
|
(name "rust-stdweb-internal-runtime")
|
||||||
|
(version "0.1.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "stdweb-internal-runtime" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1nhpyra7glbwcpakhpj5a3d7h7kx1ynif473nzshmk226m91f8ym"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/koute/stdweb")
|
||||||
|
(synopsis "Internal runtime for the @code{stdweb} crate")
|
||||||
|
(description "This crate provides internal runtime for the @code{stdweb}
|
||||||
|
crate.")
|
||||||
|
(license (list license:asl2.0
|
||||||
|
license:expat))))
|
||||||
|
|
||||||
(define-public rust-unicode-xid
|
(define-public rust-unicode-xid
|
||||||
(package
|
(package
|
||||||
(name "rust-unicode-xid")
|
(name "rust-unicode-xid")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user