Rename cargo.toml to Cargo.toml

This commit is contained in:
Chance 2024-12-01 18:10:14 -05:00 committed by GitHub
parent 8ae327fec7
commit 941c91eb0f

7
Cargo.toml Normal file
View file

@ -0,0 +1,7 @@
[workspace]
resolver = "2"
members = [
"engine",
"editor",
"xtask",
]