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 5f30f9db45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
Cargo.toml Normal file
View file

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