summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e8854a2..c3498a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -46,7 +46,9 @@ members = [
"legacy_actions",
- "docs", "systems/_constants",
+ "docs",
+
+ "ffi",
]
[workspace.package]
@@ -87,6 +89,9 @@ string_proc = { path = "utils/string_proc" }
action_system = { path = "systems/action" }
constants = { path = "systems/_constants" }
+# ffi
+jvlib = { path = "ffi" }
+
# Documents
vcs_docs = { path = "docs" }