Rename cargo.toml to Cargo.toml

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