diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-06 03:37:54 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-06 03:37:54 +0800 |
| commit | f0001b45f91e7889c7060e45ac6c740401f7acb3 (patch) | |
| tree | 51f0f93ecc4b1240871801b52ae0ffa77b3e8e6e /Cargo.toml | |
| parent | 520925836243b9c3e60f199f11374b3eddbe3fae (diff) | |
Add FFI support for constants with C-compatible functions
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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" } |
