Rename cargo.toml to Cargo.toml

This commit is contained in:
Chance 2024-12-01 18:10:14 -05:00 committed by BitSyndicate
parent b1c4cfc642
commit a0cf893479
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",
]