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.toml | |
| parent | bb5992bf37defe52a52c042a04877f05f0a42909 (diff) | |
Add libjvcli as a dynamic library target
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,6 +5,10 @@ build = "build.rs" authors = ["JustEnoughVCS Team"] homepage = "https://github.com/JustEnoughVCS/CommandLine/" +[lib] +name = "jvcli" +crate-type = ["cdylib", "rlib"] + [workspace] members = [ "gen", |
