parent
ce471ad39a
commit
92fad0dc4b
8 changed files with 352 additions and 122 deletions
|
@ -23,7 +23,7 @@ async-std = { version = "1.12.0", features = ["attributes"] }
|
|||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
||||
# For sqlite
|
||||
sqlx = { version = "0.6.3", features = [ "runtime-async-std-native-tls", "sqlite" ] }
|
||||
sqlx = { version = "0.7.1", features = [ "runtime-async-std-native-tls", "sqlite" ] }
|
||||
|
||||
# to make the http requests
|
||||
surf = "2.3.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue