5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
# create a project without creating a git repo
|
|
cargo new --vcs=none my-new-project
|
|
|
|
|