[package] name = "tasks" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.23.0" } sqlx = { version = "0.6.2", features = [ "runtime-tokio-native-tls" , "postgres" ] } lazy_static = "1.4.0" async_once = "0.2.6"