···1919serde = { version = "1.0.203", features = ["derive"] }
2020tokio = { version = "1.38.0", features = ["full"] }
2121sqlx = { version = "0.7.4", features = ["runtime-tokio", "sqlite"] }
2222+async-trait = "0.1.80"
22232324# The profile that 'cargo dist' will build with
2425[profile.dist]