Add sqlx
This commit is contained in:
parent
e1cb00f0b1
commit
985f724267
3 changed files with 875 additions and 7 deletions
879
koucha/Cargo.lock
generated
879
koucha/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -8,3 +8,4 @@ axum = "0.8.8"
|
|||
reqwest = "0.13.1"
|
||||
rss = "2.0.12"
|
||||
tokio = { version = "1.49.0", features = ["full"] }
|
||||
sqlx = { version = "0.8.6", features = [ "runtime-tokio", "sqlite" ] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue