about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock (renamed from kittybox-rs/Cargo.lock)0
-rw-r--r--Cargo.toml (renamed from kittybox-rs/Cargo.toml)0
-rw-r--r--build.rs (renamed from kittybox-rs/build.rs)0
-rw-r--r--companion-lite/index.html (renamed from kittybox-rs/companion-lite/index.html)0
-rw-r--r--companion-lite/src/base64.ts (renamed from kittybox-rs/companion-lite/src/base64.ts)0
-rw-r--r--companion-lite/src/indieauth.ts (renamed from kittybox-rs/companion-lite/src/indieauth.ts)0
-rw-r--r--companion-lite/src/main.ts (renamed from kittybox-rs/companion-lite/src/main.ts)0
-rw-r--r--companion-lite/src/micropub_api.ts (renamed from kittybox-rs/companion-lite/src/micropub_api.ts)0
-rw-r--r--companion-lite/style.css (renamed from kittybox-rs/companion-lite/style.css)0
-rw-r--r--companion-lite/tsconfig.json (renamed from kittybox-rs/companion-lite/tsconfig.json)0
-rwxr-xr-xdev.sh (renamed from kittybox-rs/dev.sh)0
-rw-r--r--examples/password-hasher.rs (renamed from kittybox-rs/examples/password-hasher.rs)0
-rw-r--r--indieauth/Cargo.toml (renamed from kittybox-rs/indieauth/Cargo.toml)0
-rw-r--r--indieauth/src/lib.rs (renamed from kittybox-rs/indieauth/src/lib.rs)0
-rw-r--r--indieauth/src/pkce.rs (renamed from kittybox-rs/indieauth/src/pkce.rs)0
-rw-r--r--indieauth/src/scopes.rs (renamed from kittybox-rs/indieauth/src/scopes.rs)0
-rw-r--r--kittybox.nix2
-rw-r--r--migrations/0001_init.sql (renamed from kittybox-rs/migrations/0001_init.sql)0
-rw-r--r--migrations/webmention/0001_init.sql (renamed from kittybox-rs/migrations/webmention/0001_init.sql)0
-rw-r--r--src/bin/kittybox-check-webmention.rs (renamed from kittybox-rs/src/bin/kittybox-check-webmention.rs)0
-rw-r--r--src/bin/kittybox-indieauth-helper.rs (renamed from kittybox-rs/src/bin/kittybox-indieauth-helper.rs)0
-rw-r--r--src/bin/kittybox-mf2.rs (renamed from kittybox-rs/src/bin/kittybox-mf2.rs)0
-rw-r--r--src/bin/kittybox_bulk_import.rs (renamed from kittybox-rs/src/bin/kittybox_bulk_import.rs)0
-rw-r--r--src/bin/kittybox_database_converter.rs (renamed from kittybox-rs/src/bin/kittybox_database_converter.rs)0
-rw-r--r--src/database/file/mod.rs (renamed from kittybox-rs/src/database/file/mod.rs)0
-rw-r--r--src/database/memory.rs (renamed from kittybox-rs/src/database/memory.rs)0
-rw-r--r--src/database/mod.rs (renamed from kittybox-rs/src/database/mod.rs)0
-rw-r--r--src/database/postgres/mod.rs (renamed from kittybox-rs/src/database/postgres/mod.rs)0
-rw-r--r--src/database/redis/edit_post.lua (renamed from kittybox-rs/src/database/redis/edit_post.lua)0
-rw-r--r--src/database/redis/mod.rs (renamed from kittybox-rs/src/database/redis/mod.rs)0
-rw-r--r--src/frontend/login.rs (renamed from kittybox-rs/src/frontend/login.rs)0
-rw-r--r--src/frontend/mod.rs (renamed from kittybox-rs/src/frontend/mod.rs)0
-rw-r--r--src/frontend/onboarding.rs (renamed from kittybox-rs/src/frontend/onboarding.rs)0
-rw-r--r--src/indieauth/backend.rs (renamed from kittybox-rs/src/indieauth/backend.rs)0
-rw-r--r--src/indieauth/backend/fs.rs (renamed from kittybox-rs/src/indieauth/backend/fs.rs)0
-rw-r--r--src/indieauth/mod.rs (renamed from kittybox-rs/src/indieauth/mod.rs)0
-rw-r--r--src/indieauth/webauthn.rs (renamed from kittybox-rs/src/indieauth/webauthn.rs)0
-rw-r--r--src/lib.rs (renamed from kittybox-rs/src/lib.rs)0
-rw-r--r--src/main.rs (renamed from kittybox-rs/src/main.rs)0
-rw-r--r--src/media/mod.rs (renamed from kittybox-rs/src/media/mod.rs)0
-rw-r--r--src/media/storage/file.rs (renamed from kittybox-rs/src/media/storage/file.rs)0
-rw-r--r--src/media/storage/mod.rs (renamed from kittybox-rs/src/media/storage/mod.rs)0
-rw-r--r--src/metrics.rs (renamed from kittybox-rs/src/metrics.rs)0
-rw-r--r--src/micropub/get.rs (renamed from kittybox-rs/src/micropub/get.rs)0
-rw-r--r--src/micropub/mod.rs (renamed from kittybox-rs/src/micropub/mod.rs)0
-rw-r--r--src/micropub/util.rs (renamed from kittybox-rs/src/micropub/util.rs)0
-rw-r--r--src/tokenauth.rs (renamed from kittybox-rs/src/tokenauth.rs)0
-rw-r--r--src/webmentions/check.rs (renamed from kittybox-rs/src/webmentions/check.rs)0
-rw-r--r--src/webmentions/mod.rs (renamed from kittybox-rs/src/webmentions/mod.rs)0
-rw-r--r--src/webmentions/queue.rs (renamed from kittybox-rs/src/webmentions/queue.rs)0
-rw-r--r--templates/Cargo.toml (renamed from kittybox-rs/templates/Cargo.toml)0
-rw-r--r--templates/assets/jslicense.html (renamed from kittybox-rs/templates/assets/jslicense.html)0
-rw-r--r--templates/assets/onboarding.css (renamed from kittybox-rs/templates/assets/onboarding.css)0
-rw-r--r--templates/assets/style.css (renamed from kittybox-rs/templates/assets/style.css)0
-rw-r--r--templates/build.rs (renamed from kittybox-rs/templates/build.rs)0
-rw-r--r--templates/javascript/dist/indieauth.js (renamed from kittybox-rs/templates/javascript/dist/indieauth.js)0
-rw-r--r--templates/javascript/dist/webauthn/register.js (renamed from kittybox-rs/templates/javascript/dist/webauthn/register.js)0
-rw-r--r--templates/javascript/src/indieauth.ts (renamed from kittybox-rs/templates/javascript/src/indieauth.ts)0
-rw-r--r--templates/javascript/src/lib.ts (renamed from kittybox-rs/templates/javascript/src/lib.ts)0
-rw-r--r--templates/javascript/src/onboarding.ts (renamed from kittybox-rs/templates/javascript/src/onboarding.ts)0
-rw-r--r--templates/javascript/src/webauthn/register.ts (renamed from kittybox-rs/templates/javascript/src/webauthn/register.ts)0
-rw-r--r--templates/javascript/tsconfig.json (renamed from kittybox-rs/templates/javascript/tsconfig.json)0
-rw-r--r--templates/src/indieauth.rs (renamed from kittybox-rs/templates/src/indieauth.rs)0
-rw-r--r--templates/src/lib.rs (renamed from kittybox-rs/templates/src/lib.rs)0
-rw-r--r--templates/src/login.rs (renamed from kittybox-rs/templates/src/login.rs)0
-rw-r--r--templates/src/mf2.rs (renamed from kittybox-rs/templates/src/mf2.rs)0
-rw-r--r--templates/src/onboarding.rs (renamed from kittybox-rs/templates/src/onboarding.rs)0
-rw-r--r--templates/src/templates.rs (renamed from kittybox-rs/templates/src/templates.rs)0
-rw-r--r--util/Cargo.toml (renamed from kittybox-rs/util/Cargo.toml)0
-rw-r--r--util/src/error.rs (renamed from kittybox-rs/util/src/error.rs)0
-rw-r--r--util/src/lib.rs (renamed from kittybox-rs/util/src/lib.rs)0
-rw-r--r--util/src/queue.rs (renamed from kittybox-rs/util/src/queue.rs)0
72 files changed, 1 insertions, 1 deletions
diff --git a/kittybox-rs/Cargo.lock b/Cargo.lock
index 39323f4..39323f4 100644
--- a/kittybox-rs/Cargo.lock
+++ b/Cargo.lock
diff --git a/kittybox-rs/Cargo.toml b/Cargo.toml
index 71ebc66..71ebc66 100644
--- a/kittybox-rs/Cargo.toml
+++ b/Cargo.toml
diff --git a/kittybox-rs/build.rs b/build.rs
index 05eca7a..05eca7a 100644
--- a/kittybox-rs/build.rs
+++ b/build.rs
diff --git a/kittybox-rs/companion-lite/index.html b/companion-lite/index.html
index fc99c60..fc99c60 100644
--- a/kittybox-rs/companion-lite/index.html
+++ b/companion-lite/index.html
diff --git a/kittybox-rs/companion-lite/src/base64.ts b/companion-lite/src/base64.ts
index 2429894..2429894 100644
--- a/kittybox-rs/companion-lite/src/base64.ts
+++ b/companion-lite/src/base64.ts
diff --git a/kittybox-rs/companion-lite/src/indieauth.ts b/companion-lite/src/indieauth.ts
index 40facab..40facab 100644
--- a/kittybox-rs/companion-lite/src/indieauth.ts
+++ b/companion-lite/src/indieauth.ts
diff --git a/kittybox-rs/companion-lite/src/main.ts b/companion-lite/src/main.ts
index f45cb95..f45cb95 100644
--- a/kittybox-rs/companion-lite/src/main.ts
+++ b/companion-lite/src/main.ts
diff --git a/kittybox-rs/companion-lite/src/micropub_api.ts b/companion-lite/src/micropub_api.ts
index fa1c431..fa1c431 100644
--- a/kittybox-rs/companion-lite/src/micropub_api.ts
+++ b/companion-lite/src/micropub_api.ts
diff --git a/kittybox-rs/companion-lite/style.css b/companion-lite/style.css
index 09ed398..09ed398 100644
--- a/kittybox-rs/companion-lite/style.css
+++ b/companion-lite/style.css
diff --git a/kittybox-rs/companion-lite/tsconfig.json b/companion-lite/tsconfig.json
index 18b94c7..18b94c7 100644
--- a/kittybox-rs/companion-lite/tsconfig.json
+++ b/companion-lite/tsconfig.json
diff --git a/kittybox-rs/dev.sh b/dev.sh
index 979b85a..979b85a 100755
--- a/kittybox-rs/dev.sh
+++ b/dev.sh
diff --git a/kittybox-rs/examples/password-hasher.rs b/examples/password-hasher.rs
index f11c591..f11c591 100644
--- a/kittybox-rs/examples/password-hasher.rs
+++ b/examples/password-hasher.rs
diff --git a/kittybox-rs/indieauth/Cargo.toml b/indieauth/Cargo.toml
index d6bc1fe..d6bc1fe 100644
--- a/kittybox-rs/indieauth/Cargo.toml
+++ b/indieauth/Cargo.toml
diff --git a/kittybox-rs/indieauth/src/lib.rs b/indieauth/src/lib.rs
index a60cc42..a60cc42 100644
--- a/kittybox-rs/indieauth/src/lib.rs
+++ b/indieauth/src/lib.rs
diff --git a/kittybox-rs/indieauth/src/pkce.rs b/indieauth/src/pkce.rs
index bf8d1a0..bf8d1a0 100644
--- a/kittybox-rs/indieauth/src/pkce.rs
+++ b/indieauth/src/pkce.rs
diff --git a/kittybox-rs/indieauth/src/scopes.rs b/indieauth/src/scopes.rs
index d74878e..d74878e 100644
--- a/kittybox-rs/indieauth/src/scopes.rs
+++ b/indieauth/src/scopes.rs
diff --git a/kittybox.nix b/kittybox.nix
index 22e774c..1d66fc7 100644
--- a/kittybox.nix
+++ b/kittybox.nix
@@ -13,7 +13,7 @@ naersk.buildPackage rec {
   pname = "kittybox";
   version = "0.1.0";
 
-  src = lib.sources.sourceFilesBySuffices ./kittybox-rs [".rs" ".toml" ".sql" ".ts" ".css" ".html" ".lock" ".json"];
+  src = lib.sources.sourceFilesBySuffices ./. [".rs" ".toml" ".sql" ".ts" ".css" ".html" ".lock" ".json"];
 
   doCheck = stdenv.hostPlatform == stdenv.targetPlatform;
   cargoBuildOptions = x: x ++ [
diff --git a/kittybox-rs/migrations/0001_init.sql b/migrations/0001_init.sql
index c9915eb..c9915eb 100644
--- a/kittybox-rs/migrations/0001_init.sql
+++ b/migrations/0001_init.sql
diff --git a/kittybox-rs/migrations/webmention/0001_init.sql b/migrations/webmention/0001_init.sql
index 9e7a192..9e7a192 100644
--- a/kittybox-rs/migrations/webmention/0001_init.sql
+++ b/migrations/webmention/0001_init.sql
diff --git a/kittybox-rs/src/bin/kittybox-check-webmention.rs b/src/bin/kittybox-check-webmention.rs
index f02032c..f02032c 100644
--- a/kittybox-rs/src/bin/kittybox-check-webmention.rs
+++ b/src/bin/kittybox-check-webmention.rs
diff --git a/kittybox-rs/src/bin/kittybox-indieauth-helper.rs b/src/bin/kittybox-indieauth-helper.rs
index 3377ec3..3377ec3 100644
--- a/kittybox-rs/src/bin/kittybox-indieauth-helper.rs
+++ b/src/bin/kittybox-indieauth-helper.rs
diff --git a/kittybox-rs/src/bin/kittybox-mf2.rs b/src/bin/kittybox-mf2.rs
index 4366cb8..4366cb8 100644
--- a/kittybox-rs/src/bin/kittybox-mf2.rs
+++ b/src/bin/kittybox-mf2.rs
diff --git a/kittybox-rs/src/bin/kittybox_bulk_import.rs b/src/bin/kittybox_bulk_import.rs
index 7e1f6af..7e1f6af 100644
--- a/kittybox-rs/src/bin/kittybox_bulk_import.rs
+++ b/src/bin/kittybox_bulk_import.rs
diff --git a/kittybox-rs/src/bin/kittybox_database_converter.rs b/src/bin/kittybox_database_converter.rs
index bc355c9..bc355c9 100644
--- a/kittybox-rs/src/bin/kittybox_database_converter.rs
+++ b/src/bin/kittybox_database_converter.rs
diff --git a/kittybox-rs/src/database/file/mod.rs b/src/database/file/mod.rs
index 27d3da1..27d3da1 100644
--- a/kittybox-rs/src/database/file/mod.rs
+++ b/src/database/file/mod.rs
diff --git a/kittybox-rs/src/database/memory.rs b/src/database/memory.rs
index 6339e7a..6339e7a 100644
--- a/kittybox-rs/src/database/memory.rs
+++ b/src/database/memory.rs
diff --git a/kittybox-rs/src/database/mod.rs b/src/database/mod.rs
index b4b70b2..b4b70b2 100644
--- a/kittybox-rs/src/database/mod.rs
+++ b/src/database/mod.rs
diff --git a/kittybox-rs/src/database/postgres/mod.rs b/src/database/postgres/mod.rs
index 9176d12..9176d12 100644
--- a/kittybox-rs/src/database/postgres/mod.rs
+++ b/src/database/postgres/mod.rs
diff --git a/kittybox-rs/src/database/redis/edit_post.lua b/src/database/redis/edit_post.lua
index a398f8d..a398f8d 100644
--- a/kittybox-rs/src/database/redis/edit_post.lua
+++ b/src/database/redis/edit_post.lua
diff --git a/kittybox-rs/src/database/redis/mod.rs b/src/database/redis/mod.rs
index 39ee852..39ee852 100644
--- a/kittybox-rs/src/database/redis/mod.rs
+++ b/src/database/redis/mod.rs
diff --git a/kittybox-rs/src/frontend/login.rs b/src/frontend/login.rs
index c693899..c693899 100644
--- a/kittybox-rs/src/frontend/login.rs
+++ b/src/frontend/login.rs
diff --git a/kittybox-rs/src/frontend/mod.rs b/src/frontend/mod.rs
index 7a43532..7a43532 100644
--- a/kittybox-rs/src/frontend/mod.rs
+++ b/src/frontend/mod.rs
diff --git a/kittybox-rs/src/frontend/onboarding.rs b/src/frontend/onboarding.rs
index e44e866..e44e866 100644
--- a/kittybox-rs/src/frontend/onboarding.rs
+++ b/src/frontend/onboarding.rs
diff --git a/kittybox-rs/src/indieauth/backend.rs b/src/indieauth/backend.rs
index 534bcfb..534bcfb 100644
--- a/kittybox-rs/src/indieauth/backend.rs
+++ b/src/indieauth/backend.rs
diff --git a/kittybox-rs/src/indieauth/backend/fs.rs b/src/indieauth/backend/fs.rs
index 600e901..600e901 100644
--- a/kittybox-rs/src/indieauth/backend/fs.rs
+++ b/src/indieauth/backend/fs.rs
diff --git a/kittybox-rs/src/indieauth/mod.rs b/src/indieauth/mod.rs
index 0ad2702..0ad2702 100644
--- a/kittybox-rs/src/indieauth/mod.rs
+++ b/src/indieauth/mod.rs
diff --git a/kittybox-rs/src/indieauth/webauthn.rs b/src/indieauth/webauthn.rs
index ea3ad3d..ea3ad3d 100644
--- a/kittybox-rs/src/indieauth/webauthn.rs
+++ b/src/indieauth/webauthn.rs
diff --git a/kittybox-rs/src/lib.rs b/src/lib.rs
index c1bd965..c1bd965 100644
--- a/kittybox-rs/src/lib.rs
+++ b/src/lib.rs
diff --git a/kittybox-rs/src/main.rs b/src/main.rs
index 6389489..6389489 100644
--- a/kittybox-rs/src/main.rs
+++ b/src/main.rs
diff --git a/kittybox-rs/src/media/mod.rs b/src/media/mod.rs
index 71f875e..71f875e 100644
--- a/kittybox-rs/src/media/mod.rs
+++ b/src/media/mod.rs
diff --git a/kittybox-rs/src/media/storage/file.rs b/src/media/storage/file.rs
index 0aaaa3b..0aaaa3b 100644
--- a/kittybox-rs/src/media/storage/file.rs
+++ b/src/media/storage/file.rs
diff --git a/kittybox-rs/src/media/storage/mod.rs b/src/media/storage/mod.rs
index 020999c..020999c 100644
--- a/kittybox-rs/src/media/storage/mod.rs
+++ b/src/media/storage/mod.rs
diff --git a/kittybox-rs/src/metrics.rs b/src/metrics.rs
index e13fcb9..e13fcb9 100644
--- a/kittybox-rs/src/metrics.rs
+++ b/src/metrics.rs
diff --git a/kittybox-rs/src/micropub/get.rs b/src/micropub/get.rs
index 718714a..718714a 100644
--- a/kittybox-rs/src/micropub/get.rs
+++ b/src/micropub/get.rs
diff --git a/kittybox-rs/src/micropub/mod.rs b/src/micropub/mod.rs
index 02eee6e..02eee6e 100644
--- a/kittybox-rs/src/micropub/mod.rs
+++ b/src/micropub/mod.rs
diff --git a/kittybox-rs/src/micropub/util.rs b/src/micropub/util.rs
index 940d7c3..940d7c3 100644
--- a/kittybox-rs/src/micropub/util.rs
+++ b/src/micropub/util.rs
diff --git a/kittybox-rs/src/tokenauth.rs b/src/tokenauth.rs
index 244a045..244a045 100644
--- a/kittybox-rs/src/tokenauth.rs
+++ b/src/tokenauth.rs
diff --git a/kittybox-rs/src/webmentions/check.rs b/src/webmentions/check.rs
index f7322f7..f7322f7 100644
--- a/kittybox-rs/src/webmentions/check.rs
+++ b/src/webmentions/check.rs
diff --git a/kittybox-rs/src/webmentions/mod.rs b/src/webmentions/mod.rs
index 95ea870..95ea870 100644
--- a/kittybox-rs/src/webmentions/mod.rs
+++ b/src/webmentions/mod.rs
diff --git a/kittybox-rs/src/webmentions/queue.rs b/src/webmentions/queue.rs
index b811e71..b811e71 100644
--- a/kittybox-rs/src/webmentions/queue.rs
+++ b/src/webmentions/queue.rs
diff --git a/kittybox-rs/templates/Cargo.toml b/templates/Cargo.toml
index 38e73b3..38e73b3 100644
--- a/kittybox-rs/templates/Cargo.toml
+++ b/templates/Cargo.toml
diff --git a/kittybox-rs/templates/assets/jslicense.html b/templates/assets/jslicense.html
index 90c681c..90c681c 100644
--- a/kittybox-rs/templates/assets/jslicense.html
+++ b/templates/assets/jslicense.html
diff --git a/kittybox-rs/templates/assets/onboarding.css b/templates/assets/onboarding.css
index 6f191b9..6f191b9 100644
--- a/kittybox-rs/templates/assets/onboarding.css
+++ b/templates/assets/onboarding.css
diff --git a/kittybox-rs/templates/assets/style.css b/templates/assets/style.css
index 4cd7c09..4cd7c09 100644
--- a/kittybox-rs/templates/assets/style.css
+++ b/templates/assets/style.css
diff --git a/kittybox-rs/templates/build.rs b/templates/build.rs
index ccd5b19..ccd5b19 100644
--- a/kittybox-rs/templates/build.rs
+++ b/templates/build.rs
diff --git a/kittybox-rs/templates/javascript/dist/indieauth.js b/templates/javascript/dist/indieauth.js
index 297b4b5..297b4b5 100644
--- a/kittybox-rs/templates/javascript/dist/indieauth.js
+++ b/templates/javascript/dist/indieauth.js
diff --git a/kittybox-rs/templates/javascript/dist/webauthn/register.js b/templates/javascript/dist/webauthn/register.js
index 3918c74..3918c74 100644
--- a/kittybox-rs/templates/javascript/dist/webauthn/register.js
+++ b/templates/javascript/dist/webauthn/register.js
diff --git a/kittybox-rs/templates/javascript/src/indieauth.ts b/templates/javascript/src/indieauth.ts
index 01732b7..01732b7 100644
--- a/kittybox-rs/templates/javascript/src/indieauth.ts
+++ b/templates/javascript/src/indieauth.ts
diff --git a/kittybox-rs/templates/javascript/src/lib.ts b/templates/javascript/src/lib.ts
index 38ba65b..38ba65b 100644
--- a/kittybox-rs/templates/javascript/src/lib.ts
+++ b/templates/javascript/src/lib.ts
diff --git a/kittybox-rs/templates/javascript/src/onboarding.ts b/templates/javascript/src/onboarding.ts
index 0b455eb..0b455eb 100644
--- a/kittybox-rs/templates/javascript/src/onboarding.ts
+++ b/templates/javascript/src/onboarding.ts
diff --git a/kittybox-rs/templates/javascript/src/webauthn/register.ts b/templates/javascript/src/webauthn/register.ts
index e69de29..e69de29 100644
--- a/kittybox-rs/templates/javascript/src/webauthn/register.ts
+++ b/templates/javascript/src/webauthn/register.ts
diff --git a/kittybox-rs/templates/javascript/tsconfig.json b/templates/javascript/tsconfig.json
index 18b94c7..18b94c7 100644
--- a/kittybox-rs/templates/javascript/tsconfig.json
+++ b/templates/javascript/tsconfig.json
diff --git a/kittybox-rs/templates/src/indieauth.rs b/templates/src/indieauth.rs
index 6a46773..6a46773 100644
--- a/kittybox-rs/templates/src/indieauth.rs
+++ b/templates/src/indieauth.rs
diff --git a/kittybox-rs/templates/src/lib.rs b/templates/src/lib.rs
index 8d5d5fa..8d5d5fa 100644
--- a/kittybox-rs/templates/src/lib.rs
+++ b/templates/src/lib.rs
diff --git a/kittybox-rs/templates/src/login.rs b/templates/src/login.rs
index 042c308..042c308 100644
--- a/kittybox-rs/templates/src/login.rs
+++ b/templates/src/login.rs
diff --git a/kittybox-rs/templates/src/mf2.rs b/templates/src/mf2.rs
index 33cd84a..33cd84a 100644
--- a/kittybox-rs/templates/src/mf2.rs
+++ b/templates/src/mf2.rs
diff --git a/kittybox-rs/templates/src/onboarding.rs b/templates/src/onboarding.rs
index e2f07df..e2f07df 100644
--- a/kittybox-rs/templates/src/onboarding.rs
+++ b/templates/src/onboarding.rs
diff --git a/kittybox-rs/templates/src/templates.rs b/templates/src/templates.rs
index 63c67c5..63c67c5 100644
--- a/kittybox-rs/templates/src/templates.rs
+++ b/templates/src/templates.rs
diff --git a/kittybox-rs/util/Cargo.toml b/util/Cargo.toml
index 0425849..0425849 100644
--- a/kittybox-rs/util/Cargo.toml
+++ b/util/Cargo.toml
diff --git a/kittybox-rs/util/src/error.rs b/util/src/error.rs
index 1c95020..1c95020 100644
--- a/kittybox-rs/util/src/error.rs
+++ b/util/src/error.rs
diff --git a/kittybox-rs/util/src/lib.rs b/util/src/lib.rs
index c49bdf5..c49bdf5 100644
--- a/kittybox-rs/util/src/lib.rs
+++ b/util/src/lib.rs
diff --git a/kittybox-rs/util/src/queue.rs b/util/src/queue.rs
index c880597..c880597 100644
--- a/kittybox-rs/util/src/queue.rs
+++ b/util/src/queue.rs