added database migration and initialization logic to backend, including migration loader and async migration runner
This commit is contained in:
10
backend-rust/Cargo.toml
Normal file
10
backend-rust/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "owly-news-summariser"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio-rusqlite = "0.6.0"
|
||||
rusqlite = "=0.32.0"
|
Reference in New Issue
Block a user