gnu: Add rust-http-range-0.1.

* gnu/packages/crates-web.scm (rust-http-range-0.1): New variable.

Change-Id: Id47ee1cbce0b30f311081f5433b62e05cf96a2df
This commit is contained in:
Efraim Flashner 2024-12-23 14:21:58 +02:00
parent dfd9688073
commit 83e8f2b87f
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3556,6 +3556,25 @@ (define-public rust-http-client-6
(description "This package provides types and traits for HTTP clients.")
(license (list license:expat license:asl2.0))))
(define-public rust-http-range-0.1
(package
(name "rust-http-range")
(version "0.1.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "http-range" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0wvm2p9jhbj6f9fbl1i7a0iz85nga37kx739v4p8fpqg27dwkpi1"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-development-inputs (("rust-criterion" ,rust-criterion-0.3))))
(home-page "https://github.com/bancek/rust-http-range.git")
(synopsis "HTTP Range header parser")
(description "This package provides HTTP Range header parser.")
(license license:expat)))
(define-public rust-http-range-header-0.4
(package
(name "rust-http-range-header")