summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3ffddd5..6ce8ec1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members = ["alligator_render", "alligator_resources"]
+members = ["alligator_render", "alligator_resources", "alligator_tvg"]
resolver = "2"
[package]
@@ -9,7 +9,7 @@ edition = "2021"
rust-version = "1.65"
[dependencies]
-alligator_render = {path = "alligator_render"}
+alligator_render = { path = "alligator_render" }
[lib]
crate-type = ["cdylib", "lib"]