mirror of
https://github.com/shiroyashik/doggy-watch.git
synced 2025-12-06 04:21:13 +03:00
This commit is contained in:
parent
5bcfff99a1
commit
591020f04b
11 changed files with 89 additions and 1 deletions
|
|
@ -6,11 +6,12 @@ edition = "2021"
|
|||
publish = false
|
||||
|
||||
[workspace]
|
||||
members = [ "database", "youtube", "database/migration" ]
|
||||
members = [ "database", "youtube", "migration" ]
|
||||
|
||||
[dependencies]
|
||||
database = { path = "database" }
|
||||
youtube = { path = "youtube" }
|
||||
migration = { path = "migration"}
|
||||
|
||||
anyhow = "1.0"
|
||||
dotenvy = "0.15"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue