diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index 0878923..2529b4a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,4 +5,5 @@ edition = "2021" [dependencies] joinrs = { git = "https://git.tempest.dev/ashe/joinrs", version = "0.0.1" } -sqlx = "0.8.2" +sqlx = { version = "0.8.2", features = ["postgres", "runtime-tokio"] } +tokio = { version = "1.40.0", features = ["fs", "io-std", "rt"] } |