diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-17 22:22:36 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-17 22:22:36 +0800 |
| commit | 450d7d93a17de5625e0f6c5205d8550758804c2c (patch) | |
| tree | 9c24ed1ae138d9e74b892d853eea16d9c34a3ab1 | |
| parent | ad0943f88ba9f5ed6eae198ecb4835c0f44701de (diff) | |
chore(rola-vcs): configure library name and entry point
| -rw-r--r-- | rola-vcs/Cargo.toml | 4 |
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 |
