Auto Migrations + Docker
Some checks are pending
Docker Push / docker (push) Waiting to run

This commit is contained in:
Shiroyasha 2025-01-19 17:59:44 +03:00
parent 5bcfff99a1
commit 591020f04b
Signed by: shiroyashik
GPG key ID: E4953D3940D7860A
11 changed files with 89 additions and 1 deletions

View file

@ -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"