blob: 08f6e3616abd1efc4fc303c7fa7f2c9f6da1ef7f (
plain)
1
2
3
4
5
6
7
8
9
10
|
[package]
name = "tables"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.91"
dotenv = "0.15.0"
sqlx = { version = "0.8.2", features = ["runtime-tokio", "sqlite"] }
tokio = { version = "1.41.0", features = ["full"] }
|