Subject | Hash | Author | Date (UTC) |
---|---|---|---|
gnu: Add rust-ntest-timeout-0.3. | 107adb84b19e5359cad8412fd2fe5f3fcf41acdc | Arun Isaac | 2020-09-17 10:52:19 |
gnu: Add rust-timebomb-0.1. | 4b282ebc8764c53cb251ed81c5a42fb6dcdc404e | Arun Isaac | 2020-09-17 10:49:04 |
gnu: Add rust-pulse-0.5. | e6f7dbbd71716b427d8d233c959cd7a4c87a692b | Arun Isaac | 2020-09-17 10:47:35 |
gnu: Add rust-futures-test-0.3. | 3b8bf95a6b3460c9739667cb786e2d1a25bdc117 | Arun Isaac | 2020-09-17 10:43:48 |
gnu: Add rust-ahash. | 44b4bed3990326aea539777c864af953d26f6579 | Arun Isaac | 2020-09-17 10:39:45 |
gnu: Add rust-rustls. | 58627392c10da03e62648b338d2b274e220b6edb | Arun Isaac | 2020-09-17 10:33:21 |
gnu: Add rust-enum-as-inner-0.3. | ef6aba34d406bb557f7444ff58faf0ff35943db1 | Arun Isaac | 2020-09-17 09:45:12 |
gnu: Add rust-ipnetwork-0.17. | 4e5d041c55d1dbefbde2ae442dc4d7ecaa30eeab | Arun Isaac | 2020-09-17 09:42:23 |
gnu: Add rust-winreg-0.7. | c08fe8a9065aa14841380e96e7e3faacbc0cd156 | Arun Isaac | 2020-09-17 09:39:43 |
gnu: Add rust-cookie-store-0.12. | 38281cf81c27a2ba5fdaf3256cb8a3f74480a114 | Arun Isaac | 2020-09-17 09:28:57 |
gnu: Add rust-publicsuffix-1. | 9dab172230ec5f322b88c13aaa84c94f141e110a | Arun Isaac | 2020-09-17 09:26:19 |
gnu: Add rust-dotenv. | fa6f772f30d987a59e37b92e3d218558293fdb74 | Arun Isaac | 2020-09-17 09:19:29 |
gnu: Add rust-derive-error-chain-0.10. | 7eceb60e0c797ae4286ef4d47cf8b54d94b78a15 | Arun Isaac | 2020-09-17 09:16:50 |
gnu: Add rust-cookie-0.14. | 33a5d00d56de351e6e54c10a4fc8e7fd750e3f13 | Arun Isaac | 2020-09-17 09:13:14 |
gnu: Add rust-time-0.2. | f9ebdaa2b9fdc26f42f19019a871d04e067bd3cc | Arun Isaac | 2020-09-17 09:10:39 |
gnu: Add rust-time-macros-0.1. | df747a09b366ddba6a6e122ad2073edf5559dd8b | Arun Isaac | 2020-09-17 09:07:14 |
gnu: Add rust-time-macros-impl-0.1. | c8ec1b8789d4bb90fb7dbbe98101d71e44df9588 | Arun Isaac | 2020-09-17 09:05:48 |
gnu: Add rust-standback-0.2. | 206ff7371d221935ca8d69ff1546b8957973fdd0 | Arun Isaac | 2020-09-17 09:03:58 |
gnu: Add rust-hkdf-0.9. | e05c2c671ebfd57f984ef934f0e95b84c44dee14 | Arun Isaac | 2020-09-17 08:59:58 |
gnu: Add rust-aes-gcm-0.6. | 1258cd036e5c633101ad8b6bda31e5fae5cea0d6 | Arun Isaac | 2020-09-17 08:57:14 |
File | Lines added | Lines deleted |
---|---|---|
gnu/packages/crates-io.scm | 25 | 0 |
File gnu/packages/crates-io.scm changed (mode: 100644) (index a1fb3dfdef..8ca55fb523) | |||
... | ... | with all line endings.") | |
15232 | 15232 | "Cross-platform file system notification library.") | "Cross-platform file system notification library.") |
15233 | 15233 | (license license:cc0))) | (license license:cc0))) |
15234 | 15234 | ||
15235 | (define-public rust-ntest-timeout-0.3 | ||
15236 | (package | ||
15237 | (name "rust-ntest-timeout") | ||
15238 | (version "0.3.3") | ||
15239 | (source | ||
15240 | (origin | ||
15241 | (method url-fetch) | ||
15242 | (uri (crate-uri "ntest_timeout" version)) | ||
15243 | (file-name (string-append name "-" version ".tar.gz")) | ||
15244 | (sha256 | ||
15245 | (base32 | ||
15246 | "0klryn3rgjxnq3cv6j8bwcsr0b7zw3x216h63144v22aja18p0g0")))) | ||
15247 | (build-system cargo-build-system) | ||
15248 | (arguments | ||
15249 | `(#:cargo-inputs | ||
15250 | (("rust-proc-macro2" ,rust-proc-macro2-1) | ||
15251 | ("rust-quote" ,rust-quote-1) | ||
15252 | ("rust-syn" ,rust-syn-1) | ||
15253 | ("rust-timebomb" ,rust-timebomb-0.1)))) | ||
15254 | (home-page "https://github.com/becheran/ntest") | ||
15255 | (synopsis "Timeout attribute for the ntest framework") | ||
15256 | (description "This package provides a timeout attribute for the ntest | ||
15257 | framework.") | ||
15258 | (license license:expat))) | ||
15259 | |||
15235 | 15260 | (define-public rust-num-0.3 | (define-public rust-num-0.3 |
15236 | 15261 | (package | (package |
15237 | 15262 | (name "rust-num") | (name "rust-num") |