mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 04:15:14 +08:00
chore: establish development baseline
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user