aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:19 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:19 +0100
commit4cc81a601ef258ec38458778ee7c3392ddefc8ab (patch)
tree116e7f90f4cdc2a55b1cd3b2b5b582cccd6483af /Cargo.toml
parentb4266e59e5b0ced3fcd74a4b0871a5b32e46e0ac (diff)
chore(render): add render crate & example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a2e155a..9a0badb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,4 +1,6 @@
[workspace]
members = [
- "stockton-types"
+ "stockton-types",
+ "stockton-render",
+ "examples/render"
]