From 42506c91065cd69bd03ce68715662dd898e2181f Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 13 Nov 2024 06:41:45 +0300 Subject: tower-watchdog: init at 1.0.0 Wait, is this my first self-contained crate? Not bad. I like this. Maybe I'll go publish it to crates.io? Change-Id: I340d0839746ff1cfbcc4c82c230ae2adff2a92f7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 6d4056d..001f2b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ path = "examples/sql.rs" required-features = ["sqlparser"] [workspace] -members = [".", "./util", "./templates", "./indieauth", "./templates-neo"] +members = [".", "./util", "./templates", "./indieauth", "./templates-neo", "./tower-watchdog"] default-members = [".", "./util", "./templates", "./indieauth"] [dependencies.kittybox-util] version = "0.2.0" -- cgit 1.4.1