summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..91eae68
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
1[workspace]
2members = [
3 "cairo-renderer",
4 # "cli",
5 "core",
6 "lua-bindings",
7 "z3-solver",
8
9 "examples/lib-dfscq-log",
10]