mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-actix-web-codegen-0.2: Add cargo-development-inputs.
* gnu/packages/crates-web.scm (rust-actix-web-codegen-0.2) [cargo-development-inputs]: Add rust-futures-util-0.3. Change-Id: I8d962ea9b02aed2828c3b1fc06d983d4542d5f64 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
7f6d2e9fa1
commit
4322f73bd9
1 changed files with 2 additions and 1 deletions
|
@ -1926,7 +1926,8 @@ the Actix ecosystem.")
|
|||
("rust-syn" ,rust-syn-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-actix-rt" ,rust-actix-rt-1)
|
||||
("rust-actix-web" ,rust-actix-web-3))))))
|
||||
("rust-actix-web" ,rust-actix-web-3)
|
||||
("rust-futures-util" ,rust-futures-util-0.3))))))
|
||||
|
||||
(define-public rust-actix-web-codegen-0.1
|
||||
(package
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue