diff options
| author | Micha White <botahamec@outlook.com> | 2023-02-04 11:43:54 -0500 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2023-02-04 11:43:54 -0500 |
| commit | 09eb041e82938ac4d15fe3f5eeda00f7d7212874 (patch) | |
| tree | 4e23cc95a3cfca18e651f193a86a21837af28f32 /Cargo.toml | |
| parent | e838982d1abe4134f83a3f4e9db0a3bfb8ebc926 (diff) | |
Moved workspace settings in Cargo.toml
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,3 +1,7 @@ +[workspace] +members = ["alligator_render", "alligator_resources"] +resolver = "2" + [package] name = "alligator" version = "0.0.1" @@ -9,7 +13,3 @@ alligator_render = {path = "alligator_render"} [lib] crate-type = ["cdylib", "lib"] - -[workspace] -members = ["alligator_render", "alligator_resources"] -resolver = "2"
\ No newline at end of file |
