summaryrefslogtreecommitdiff
path: root/rola-vcs
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2026-06-17 22:22:36 +0800
committer魏曹先生 <1992414357@qq.com>2026-06-17 22:22:36 +0800
commit450d7d93a17de5625e0f6c5205d8550758804c2c (patch)
tree9c24ed1ae138d9e74b892d853eea16d9c34a3ab1 /rola-vcs
parentad0943f88ba9f5ed6eae198ecb4835c0f44701de (diff)
chore(rola-vcs): configure library name and entry point
Diffstat (limited to 'rola-vcs')
-rw-r--r--rola-vcs/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
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