From 5ade48bc29d275d4d71118aaf2efa2dfce91723c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 19 Mar 2026 16:46:27 +0800 Subject: Add libjvcli as a dynamic library target --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6a41f1a..5c4c07d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", -- cgit