gnu: Add rust-traitobject.
* gnu/packages/crates-io.scm (rust-traitobject): New variable.
This commit is contained in:
parent
07a7cd1884
commit
ea1c425569
|
@ -1627,6 +1627,25 @@ fixed set of worker threads.")
|
||||||
(license (list license:asl2.0
|
(license (list license:asl2.0
|
||||||
license:expat))))
|
license:expat))))
|
||||||
|
|
||||||
|
(define-public rust-traitobject
|
||||||
|
(package
|
||||||
|
(name "rust-traitobject")
|
||||||
|
(version "0.1.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "traitobject" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0yb0n8822mr59j200fyr2fxgzzgqljyxflx9y8bdy3rlaqngilgg"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(home-page "https://github.com/reem/rust-traitobject.git")
|
||||||
|
(synopsis "Unsafe helpers for dealing with raw trait objects")
|
||||||
|
(description "Unsafe helpers for dealing with raw trait objects.")
|
||||||
|
(license (list license:asl2.0
|
||||||
|
license:expat))))
|
||||||
|
|
||||||
(define-public rust-typenum
|
(define-public rust-typenum
|
||||||
(package
|
(package
|
||||||
(name "rust-typenum")
|
(name "rust-typenum")
|
||||||
|
|
Loading…
Reference in New Issue