mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: rust-basic-cookies-0.1: Move to (gnu packages crates-web).
* gnu/packages/crates-io.scm (rust-basic-cookies-0.1): Move from here ... * gnu/packages/crates-web.scm: ... to here. Change-Id: Ia863a18a79fc55d5b7887e0e20ecf2a5f374e6d1
This commit is contained in:
parent
4206678547
commit
d4dc0fde92
2 changed files with 23 additions and 23 deletions
|
@ -7258,29 +7258,6 @@ c6e7d37. However, this package works only up to 128 bytes.")
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-rand" ,rust-rand-0.4))))))
|
(("rust-rand" ,rust-rand-0.4))))))
|
||||||
|
|
||||||
(define-public rust-basic-cookies-0.1
|
|
||||||
(package
|
|
||||||
(name "rust-basic-cookies")
|
|
||||||
(version "0.1.5")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "basic-cookies" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1xwnmmcn32m18nis7azfxylkqyhirkqcag94i23b1g8n5ka8zgb7"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs (("rust-lalrpop" ,rust-lalrpop-0.20)
|
|
||||||
("rust-lalrpop-util" ,rust-lalrpop-util-0.20)
|
|
||||||
("rust-regex" ,rust-regex-1))))
|
|
||||||
(home-page "https://github.com/drjokepu/basic-cookies")
|
|
||||||
(synopsis "Low-level RFC 6265 compatible cookie handling library for Rust")
|
|
||||||
(description
|
|
||||||
"This package provides a low-level RFC 6265 compatible cookie handling
|
|
||||||
library for Rust.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-basic-toml-0.1
|
(define-public rust-basic-toml-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-basic-toml")
|
(name "rust-basic-toml")
|
||||||
|
|
|
@ -2547,6 +2547,29 @@ built on the Actix ecosystem.")
|
||||||
(description "Macros for @code{axum}.")
|
(description "Macros for @code{axum}.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-basic-cookies-0.1
|
||||||
|
(package
|
||||||
|
(name "rust-basic-cookies")
|
||||||
|
(version "0.1.5")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "basic-cookies" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "1xwnmmcn32m18nis7azfxylkqyhirkqcag94i23b1g8n5ka8zgb7"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-lalrpop" ,rust-lalrpop-0.20)
|
||||||
|
("rust-lalrpop-util" ,rust-lalrpop-util-0.20)
|
||||||
|
("rust-regex" ,rust-regex-1))))
|
||||||
|
(home-page "https://github.com/drjokepu/basic-cookies")
|
||||||
|
(synopsis "Low-level RFC 6265 compatible cookie handling library for Rust")
|
||||||
|
(description
|
||||||
|
"This package provides a low-level RFC 6265 compatible cookie handling
|
||||||
|
library for Rust.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-chardetng-0.1
|
(define-public rust-chardetng-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-chardetng")
|
(name "rust-chardetng")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue