aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d0cb74c..e7d1b2f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[workspace]
resolver = "3"
-members = ["crates/*"]
+members = ["crates/*", "lib/*"]
[workspace.package]
license = "AGPL-3.0-only"
@@ -9,3 +9,4 @@ documentation = "https://books.kanjala.com/warden"
description = "A rule-based fraud detection platform"
[workspace.dependencies]
+warden-core = { path = "lib/warden-core" }