Closed
Description
---- src/cargo.rs - cargo (line 29) stdout ----
error[E0463]: can't find crate for `serde_derive` which `escargot` depends on
--> src/cargo.rs:31:5
|
5 | use escargot;
| ^^^^^^^^ can't find crate
error: aborting due to previous error
For more information about this error, try `rustc --explain E0463`.
Couldn't compile the test.
failures:
src/cargo.rs - cargo (line 29)I run simple cargo test and it fails here. Any ideas what might be wrong?
Metadata
Metadata
Assignees
Labels
No labels