summaryrefslogtreecommitdiff
path: root/tables/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tables/Cargo.toml')
-rw-r--r--tables/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tables/Cargo.toml b/tables/Cargo.toml
new file mode 100644
index 0000000..08f6e36
--- /dev/null
+++ b/tables/Cargo.toml
@@ -0,0 +1,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"] }