mirror of
https://github.com/OMGeeky/twba.git
synced 2025-12-26 17:02:33 +01:00
create workspace & update deps
This commit is contained in:
16
.cargo/config.toml
Normal file
16
.cargo/config.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[net]
|
||||
git-fetch-with-cli = true
|
||||
|
||||
#[patch."https://github.com/OMGeeky/backup_config.git"]
|
||||
#backup-config = { path = "../backup_config" }
|
||||
#
|
||||
#[patch."https://github.com/OMGeeky/twitch_backup.local_db.git"]
|
||||
#twba-local-db = { path = "../twitch_backup.local_db" }
|
||||
#
|
||||
#[patch."https://github.com/OMGeeky/twba_reqwest_backoff.git"]
|
||||
#reqwest-backoff = { path = "../reqwest_backoff" }
|
||||
|
||||
[patch.crates-io]
|
||||
yup-oauth2 = { git = "https://github.com/dermesser/yup-oauth2.git", rev = "06d3b7e9d2553dc3ef836b559a84aab29edb86c3" }
|
||||
google-youtube3 = { version = "5.0.3", git = "https://github.com/OMGeeky/google-apis-rs.git", branch = "scope-derives" }
|
||||
google-apis-common = { version = "6.0.0", git = "https://github.com/OMGeeky/google-apis-rs.git", branch = "scope-derives" }
|
||||
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
/target
|
||||
.idea
|
||||
4661
Cargo.lock
generated
Normal file
4661
Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
19
Cargo.toml
Normal file
19
Cargo.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "twba"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
[workspace]
|
||||
members = [
|
||||
"twba.common",
|
||||
"twba.downloader",
|
||||
"twba-code-receiver",
|
||||
"twba.fetcher",
|
||||
"twba.local_db",
|
||||
"twba.notifier",
|
||||
"twba.reqwest_backoff",
|
||||
"twba.uploader",
|
||||
"twba.splitter",
|
||||
]
|
||||
[dependencies]
|
||||
|
||||
twba-common = { version = "0.2", git = "https://github.com/OMGeeky/twba.common.git" }
|
||||
0
src/lib.rs
Normal file
0
src/lib.rs
Normal file
Submodule twba-code-receiver updated: ce2b75e1b4...92978d1d0d
Submodule twba.common updated: 33ffb76e2e...2fec6727d1
Submodule twba.downloader updated: 7969a09ed1...36ef40449a
Submodule twba.fetcher updated: 2f68e7f891...4bc47a2b10
Submodule twba.local_db updated: 3cbb175182...df7b43b408
Submodule twba.splitter updated: 46d07b8337...f38c7bccea
Submodule twba.uploader updated: 34facc246d...1da7233a8f
Reference in New Issue
Block a user