From 450d7d93a17de5625e0f6c5205d8550758804c2c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Wed, 17 Jun 2026 22:22:36 +0800 Subject: chore(rola-vcs): configure library name and entry point --- rola-vcs/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rola-vcs') diff --git a/rola-vcs/Cargo.toml b/rola-vcs/Cargo.toml index ce32c14..8caf0cd 100644 --- a/rola-vcs/Cargo.toml +++ b/rola-vcs/Cargo.toml @@ -5,6 +5,10 @@ authors.workspace = true license.workspace = true edition.workspace = true +[lib] +name = "rorolala" +path = "src/lib.rs" + [dependencies] rorolala_internal_macros.workspace = true shared_functions.workspace = true -- cgit