diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-14 14:56:29 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-10-14 14:56:29 +0200 |
commit | 6c9286857ef8b314962b67f4a16a66e8c35531bc (patch) | |
tree | 9ced4485ec38b39f82cba258c06321a21c40000a /src/storage | |
parent | build(Cargo.toml): Add further lints (diff) | |
download | yt-6c9286857ef8b314962b67f4a16a66e8c35531bc.zip |
refactor(treewide): Combine the separate crates in one workspace
Diffstat (limited to '')
-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 |
8 files changed, 0 insertions, 0 deletions
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 |