Timothy Washington <[email protected]> writes: > starting phase `build' > error: no matching package named `anyhow` found > location searched: registry `crates-io` > required by package `rustscan v2.1.1 > (/tmp/guix-build-rustscan-2.1.1.drv-0/source)`
Just add the input to the #:CARGO-INPUTS:
```
`(...
(("rust-anyhow" ,rust-anyhow-2)))
```
Make sure to keep the inputs in alphabetical order :)
