aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-08 06:30:35 +0200
committerrtkay123 <dev@kanjala.com>2025-08-08 06:30:35 +0200
commita05316c51f9ca3bfeb8b587b27275816cab19d48 (patch)
tree4785c703469df31b4b23092a36741e2cd2e2ad9b /Cargo.toml
downloadwarden-a05316c51f9ca3bfeb8b587b27275816cab19d48.tar.bz2
warden-a05316c51f9ca3bfeb8b587b27275816cab19d48.zip
initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..2d79423
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,10 @@
+[package]
+name = "warden"
+version = "0.1.0"
+edition = "2024"
+license = "AGPL-3.0-only"
+homepage = "https://git.kanjala.com/warden"
+documentation = "https://books.kanjala.com/warden"
+description = "A rule-based fraud detection platform"
+
+[dependencies]