summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2023-02-04 11:43:54 -0500
committerMicha White <botahamec@outlook.com>2023-02-04 11:43:54 -0500
commit09eb041e82938ac4d15fe3f5eeda00f7d7212874 (patch)
tree4e23cc95a3cfca18e651f193a86a21837af28f32 /Cargo.toml
parente838982d1abe4134f83a3f4e9db0a3bfb8ebc926 (diff)
Moved workspace settings in Cargo.toml
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a94eccb..3ffddd5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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