about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-14 14:56:29 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2024-10-14 14:56:29 +0200
commit6c9286857ef8b314962b67f4a16a66e8c35531bc (patch)
tree9ced4485ec38b39f82cba258c06321a21c40000a /src
parentbuild(Cargo.toml): Add further lints (diff)
downloadyt-6c9286857ef8b314962b67f4a16a66e8c35531bc.tar.gz
yt-6c9286857ef8b314962b67f4a16a66e8c35531bc.zip
refactor(treewide): Combine the separate crates in one workspace
Diffstat (limited to '')
-rw-r--r--yt/src/app.rs (renamed from src/app.rs)0
-rw-r--r--yt/src/cache/mod.rs (renamed from src/cache/mod.rs)0
-rw-r--r--yt/src/cli.rs (renamed from src/cli.rs)0
-rw-r--r--yt/src/comments/comment.rs (renamed from src/comments/comment.rs)0
-rw-r--r--yt/src/comments/display.rs (renamed from src/comments/display.rs)0
-rw-r--r--yt/src/comments/mod.rs (renamed from src/comments/mod.rs)0
-rw-r--r--yt/src/config/default.rs (renamed from src/config/default.rs)0
-rw-r--r--yt/src/config/definitions.rs (renamed from src/config/definitions.rs)0
-rw-r--r--yt/src/config/file_system.rs (renamed from src/config/file_system.rs)0
-rw-r--r--yt/src/config/mod.rs (renamed from src/config/mod.rs)0
-rw-r--r--yt/src/constants.rs (renamed from src/constants.rs)0
-rw-r--r--yt/src/download/download_options.rs (renamed from src/download/download_options.rs)0
-rw-r--r--yt/src/download/mod.rs (renamed from src/download/mod.rs)0
-rw-r--r--yt/src/main.rs (renamed from src/main.rs)0
-rw-r--r--yt/src/select/cmds.rs (renamed from src/select/cmds.rs)0
-rw-r--r--yt/src/select/mod.rs (renamed from src/select/mod.rs)0
-rw-r--r--yt/src/select/selection_file/duration.rs (renamed from src/select/selection_file/duration.rs)0
-rw-r--r--yt/src/select/selection_file/help.str (renamed from src/select/selection_file/help.str)0
-rw-r--r--yt/src/select/selection_file/help.str.license (renamed from src/select/selection_file/help.str.license)0
-rw-r--r--yt/src/select/selection_file/mod.rs (renamed from src/select/selection_file/mod.rs)0
-rw-r--r--yt/src/status/mod.rs (renamed from src/status/mod.rs)0
-rw-r--r--yt/src/storage/mod.rs (renamed from src/storage/mod.rs)0
-rw-r--r--yt/src/storage/subscriptions.rs (renamed from src/storage/subscriptions.rs)0
-rw-r--r--yt/src/storage/video_database/downloader.rs (renamed from src/storage/video_database/downloader.rs)0
-rw-r--r--yt/src/storage/video_database/extractor_hash.rs (renamed from src/storage/video_database/extractor_hash.rs)0
-rw-r--r--yt/src/storage/video_database/getters.rs (renamed from src/storage/video_database/getters.rs)0
-rw-r--r--yt/src/storage/video_database/mod.rs (renamed from src/storage/video_database/mod.rs)0
-rw-r--r--yt/src/storage/video_database/schema.sql (renamed from src/storage/video_database/schema.sql)0
-rw-r--r--yt/src/storage/video_database/setters.rs (renamed from src/storage/video_database/setters.rs)0
-rw-r--r--yt/src/subscribe/mod.rs (renamed from src/subscribe/mod.rs)0
-rw-r--r--yt/src/update/mod.rs (renamed from src/update/mod.rs)0
-rw-r--r--yt/src/videos/display/format_video.rs (renamed from src/videos/display/format_video.rs)0
-rw-r--r--yt/src/videos/display/mod.rs (renamed from src/videos/display/mod.rs)0
-rw-r--r--yt/src/videos/mod.rs (renamed from src/videos/mod.rs)0
-rw-r--r--yt/src/watch/events/mod.rs (renamed from src/watch/events/mod.rs)0
-rw-r--r--yt/src/watch/events/playlist_handler.rs (renamed from src/watch/events/playlist_handler.rs)0
-rw-r--r--yt/src/watch/mod.rs (renamed from src/watch/mod.rs)0
37 files changed, 0 insertions, 0 deletions
diff --git a/src/app.rs b/yt/src/app.rs
index b7d136e..b7d136e 100644
--- a/src/app.rs
+++ b/yt/src/app.rs
diff --git a/src/cache/mod.rs b/yt/src/cache/mod.rs
index a3e08c9..a3e08c9 100644
--- a/src/cache/mod.rs
+++ b/yt/src/cache/mod.rs
diff --git a/src/cli.rs b/yt/src/cli.rs
index d19586e..d19586e 100644
--- a/src/cli.rs
+++ b/yt/src/cli.rs
diff --git a/src/comments/comment.rs b/yt/src/comments/comment.rs
index 752c510..752c510 100644
--- a/src/comments/comment.rs
+++ b/yt/src/comments/comment.rs
diff --git a/src/comments/display.rs b/yt/src/comments/display.rs
index 7000063..7000063 100644
--- a/src/comments/display.rs
+++ b/yt/src/comments/display.rs
diff --git a/src/comments/mod.rs b/yt/src/comments/mod.rs
index 5fbc3fb..5fbc3fb 100644
--- a/src/comments/mod.rs
+++ b/yt/src/comments/mod.rs
diff --git a/src/config/default.rs b/yt/src/config/default.rs
index 59063f5..59063f5 100644
--- a/src/config/default.rs
+++ b/yt/src/config/default.rs
diff --git a/src/config/definitions.rs b/yt/src/config/definitions.rs
index d37e6da..d37e6da 100644
--- a/src/config/definitions.rs
+++ b/yt/src/config/definitions.rs
diff --git a/src/config/file_system.rs b/yt/src/config/file_system.rs
index 5751583..5751583 100644
--- a/src/config/file_system.rs
+++ b/yt/src/config/file_system.rs
diff --git a/src/config/mod.rs b/yt/src/config/mod.rs
index ea40055..ea40055 100644
--- a/src/config/mod.rs
+++ b/yt/src/config/mod.rs
diff --git a/src/constants.rs b/yt/src/constants.rs
index 54cae89..54cae89 100644
--- a/src/constants.rs
+++ b/yt/src/constants.rs
diff --git a/src/download/download_options.rs b/yt/src/download/download_options.rs
index e93170a..e93170a 100644
--- a/src/download/download_options.rs
+++ b/yt/src/download/download_options.rs
diff --git a/src/download/mod.rs b/yt/src/download/mod.rs
index 56910f9..56910f9 100644
--- a/src/download/mod.rs
+++ b/yt/src/download/mod.rs
diff --git a/src/main.rs b/yt/src/main.rs
index 37283a1..37283a1 100644
--- a/src/main.rs
+++ b/yt/src/main.rs
diff --git a/src/select/cmds.rs b/yt/src/select/cmds.rs
index 6e71607..6e71607 100644
--- a/src/select/cmds.rs
+++ b/yt/src/select/cmds.rs
diff --git a/src/select/mod.rs b/yt/src/select/mod.rs
index ca7a203..ca7a203 100644
--- a/src/select/mod.rs
+++ b/yt/src/select/mod.rs
diff --git a/src/select/selection_file/duration.rs b/yt/src/select/selection_file/duration.rs
index a38981c..a38981c 100644
--- a/src/select/selection_file/duration.rs
+++ b/yt/src/select/selection_file/duration.rs
diff --git a/src/select/selection_file/help.str b/yt/src/select/selection_file/help.str
index eb76ce5..eb76ce5 100644
--- a/src/select/selection_file/help.str
+++ b/yt/src/select/selection_file/help.str
diff --git a/src/select/selection_file/help.str.license b/yt/src/select/selection_file/help.str.license
index d4d410f..d4d410f 100644
--- a/src/select/selection_file/help.str.license
+++ b/yt/src/select/selection_file/help.str.license
diff --git a/src/select/selection_file/mod.rs b/yt/src/select/selection_file/mod.rs
index 45809fa..45809fa 100644
--- a/src/select/selection_file/mod.rs
+++ b/yt/src/select/selection_file/mod.rs
diff --git a/src/status/mod.rs b/yt/src/status/mod.rs
index 7ffe8d7..7ffe8d7 100644
--- a/src/status/mod.rs
+++ b/yt/src/status/mod.rs
diff --git a/src/storage/mod.rs b/yt/src/storage/mod.rs
index 6a12d8b..6a12d8b 100644
--- a/src/storage/mod.rs
+++ b/yt/src/storage/mod.rs
diff --git a/src/storage/subscriptions.rs b/yt/src/storage/subscriptions.rs
index 22edd08..22edd08 100644
--- a/src/storage/subscriptions.rs
+++ b/yt/src/storage/subscriptions.rs
diff --git a/src/storage/video_database/downloader.rs b/yt/src/storage/video_database/downloader.rs
index ccd4ca9..ccd4ca9 100644
--- a/src/storage/video_database/downloader.rs
+++ b/yt/src/storage/video_database/downloader.rs
diff --git a/src/storage/video_database/extractor_hash.rs b/yt/src/storage/video_database/extractor_hash.rs
index c956919..c956919 100644
--- a/src/storage/video_database/extractor_hash.rs
+++ b/yt/src/storage/video_database/extractor_hash.rs
diff --git a/src/storage/video_database/getters.rs b/yt/src/storage/video_database/getters.rs
index 29dd014..29dd014 100644
--- a/src/storage/video_database/getters.rs
+++ b/yt/src/storage/video_database/getters.rs
diff --git a/src/storage/video_database/mod.rs b/yt/src/storage/video_database/mod.rs
index 1765f79..1765f79 100644
--- a/src/storage/video_database/mod.rs
+++ b/yt/src/storage/video_database/mod.rs
diff --git a/src/storage/video_database/schema.sql b/yt/src/storage/video_database/schema.sql
index 3afd091..3afd091 100644
--- a/src/storage/video_database/schema.sql
+++ b/yt/src/storage/video_database/schema.sql
diff --git a/src/storage/video_database/setters.rs b/yt/src/storage/video_database/setters.rs
index c160138..c160138 100644
--- a/src/storage/video_database/setters.rs
+++ b/yt/src/storage/video_database/setters.rs
diff --git a/src/subscribe/mod.rs b/yt/src/subscribe/mod.rs
index 74d88b4..74d88b4 100644
--- a/src/subscribe/mod.rs
+++ b/yt/src/subscribe/mod.rs
diff --git a/src/update/mod.rs b/yt/src/update/mod.rs
index 6abb8c4..6abb8c4 100644
--- a/src/update/mod.rs
+++ b/yt/src/update/mod.rs
diff --git a/src/videos/display/format_video.rs b/yt/src/videos/display/format_video.rs
index 50646a1..50646a1 100644
--- a/src/videos/display/format_video.rs
+++ b/yt/src/videos/display/format_video.rs
diff --git a/src/videos/display/mod.rs b/yt/src/videos/display/mod.rs
index d919dd2..d919dd2 100644
--- a/src/videos/display/mod.rs
+++ b/yt/src/videos/display/mod.rs
diff --git a/src/videos/mod.rs b/yt/src/videos/mod.rs
index 59baa8c..59baa8c 100644
--- a/src/videos/mod.rs
+++ b/yt/src/videos/mod.rs
diff --git a/src/watch/events/mod.rs b/yt/src/watch/events/mod.rs
index 41a7772..41a7772 100644
--- a/src/watch/events/mod.rs
+++ b/yt/src/watch/events/mod.rs
diff --git a/src/watch/events/playlist_handler.rs b/yt/src/watch/events/playlist_handler.rs
index 0933856..0933856 100644
--- a/src/watch/events/playlist_handler.rs
+++ b/yt/src/watch/events/playlist_handler.rs
diff --git a/src/watch/mod.rs b/yt/src/watch/mod.rs
index 3bcf1fc..3bcf1fc 100644
--- a/src/watch/mod.rs
+++ b/yt/src/watch/mod.rs