From dee23e4c5b148c99b1d4929d8d9b27e149cc8298 Mon Sep 17 00:00:00 2001 From: Andrew Guschin Date: Mon, 28 Oct 2024 19:18:49 +0400 Subject: feat: add table formatter program --- tables/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tables/Cargo.toml (limited to 'tables/Cargo.toml') 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"] } -- cgit v1.2.3