diff options
author | Vika <vika@fireburn.ru> | 2024-11-13 06:41:45 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-11-13 06:41:45 +0300 |
commit | 42506c91065cd69bd03ce68715662dd898e2181f (patch) | |
tree | b22dca97eedcd15ec957cd18f36c62a865397115 /Cargo.toml | |
parent | 3d40cca255d462cc190a602f7fb16c1f4ade821d (diff) | |
download | kittybox-42506c91065cd69bd03ce68715662dd898e2181f.tar.zst |
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
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |