This is how cargo output looks like to me in my workspace -
❯ cargo new --name foo --lib --edition 2021 lib/foo
Creating library `foo` package
Adding `foo` as member of workspace at `/home/sushruth/code/moarr`
note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
This does not contain the word "Created" as checked in
This is how cargo output looks like to me in my workspace -
This does not contain the word
"Created"
as checked inhttps://github.com/pksunkara/cargo-workspaces/blob/ee077fae4efdff41b255ba5437f9bd2926a14b57/cargo-workspaces/src/create.rs#L180
This is breaking the
create
command. I am only speculating that it might be due to new versions. I have a PR out to potentially fix this too.