summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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