Rename cargo.toml to Cargo.toml

This commit is contained in:
Chance 2024-12-01 18:10:14 -05:00 committed by BitSyndicate
parent 8dcea3f44d
commit a3cec5eeb8
Signed by: bitsyndicate
GPG key ID: 443E4198D6BBA6DE

7
Cargo.toml Normal file
View file

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