Files

12 lines
645 B
Plaintext

Compiling bat-infrastructure v0.1.0 (/home/wanye/D/workspace/BlueArchiveToolkit/infrastructure)
error[E0433]: cannot find module or crate `uuid` in this scope
--> infrastructure/src/resource/postgres.rs:279:36
|
279 | id: format!("test_{}", uuid::Uuid::new_v4()),
| ^^^^ use of unresolved module or unlinked crate `uuid`
|
= help: if you wanted to use a crate named `uuid`, use `cargo add uuid` to add it to your `Cargo.toml`
For more information about this error, try `rustc --explain E0433`.
error: could not compile `bat-infrastructure` (lib test) due to 1 previous error