aboutsummaryrefslogtreecommitdiffstats
path: root/crates/typologies/src/main.rs
diff options
context:
space:
mode:
authorrtkay123 <dev@kanjala.com>2025-08-18 20:10:15 +0200
committerGitHub <noreply@github.com>2025-08-18 20:10:15 +0200
commit60e0003ebb26ba31075ba047b6d15af1a4f29bbb (patch)
treeb328d45a5a08982260bdd10198e106e718fda24a /crates/typologies/src/main.rs
parentf9baca5981525003bd67ab1359a4acffa3831540 (diff)
downloadwarden-60e0003ebb26ba31075ba047b6d15af1a4f29bbb.tar.bz2
warden-60e0003ebb26ba31075ba047b6d15af1a4f29bbb.zip
feat: rule 901 (#10)
Diffstat (limited to 'crates/typologies/src/main.rs')
-rw-r--r--crates/typologies/src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crates/typologies/src/main.rs b/crates/typologies/src/main.rs
index ea7843a..e96f6bb 100644
--- a/crates/typologies/src/main.rs
+++ b/crates/typologies/src/main.rs
@@ -45,6 +45,9 @@ async fn main() -> Result<()> {
.nats_jetstream(&config.nats)
.await
.inspect_err(|e| error!("nats: {e}"))?
+ .cache(&config.cache)
+ .await
+ .inspect_err(|e| error!("cache: {e}"))?
.build();
let jetstream = services