This is my project. I failed when executing the command cargo ws create examples/sea-orm. The error message is very small and I can't fix the problem by myself:
~/rust/autumn-boot on master ❯ cargo ws create examples/sea-orm
✔ Name of the crate · sea-orm
✔ Type of the crate · binary
✔ Rust edition · 2021
Creating binary (application) `sea-orm` package
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
error: unable to create crate
This is my project. I failed when executing the command
cargo ws create examples/sea-orm
. The error message is very small and I can't fix the problem by myself: