aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-08 07:07:16 +0200
committerrtkay123 <dev@kanjala.com>2025-08-08 07:07:16 +0200
commitefd4523dac5c863b371fd0d90b721ac137ed34e6 (patch)
treefb9d50eb1e20d408ed6c27f766017dae4b32be26 /Cargo.toml
parent9e2288d44f88e39d43d63d5da1cc8f1528ffd840 (diff)
downloadwarden-efd4523dac5c863b371fd0d90b721ac137ed34e6.tar.bz2
warden-efd4523dac5c863b371fd0d90b721ac137ed34e6.zip
chore(core): create crate
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" }