diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-19 16:46:27 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-19 16:46:27 +0800 |
| commit | 5ade48bc29d275d4d71118aaf2efa2dfce91723c (patch) | |
| tree | 3c6b14ba147d30ff3b2e9d4134796a1b31995128 /.cargo | |
| parent | bb5992bf37defe52a52c042a04877f05f0a42909 (diff) | |
Add libjvcli as a dynamic library target
Diffstat (limited to '.cargo')
| -rw-r--r-- | .cargo/config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 40260ca..a2dc0e8 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -13,6 +13,10 @@ binaries = [ "jvn_comp", "jvn_comp.exe", + # Dynamic Lib + "libjvcli.so", + "libjvcli.dll", + # The legacy command line "jv", "jv.exe", |
