From 92e4cfc123a1d26265128634850a2b73bac761c2 Mon Sep 17 00:00:00 2001 From: wires Date: Fri, 24 Oct 2025 11:29:46 -0400 Subject: first draft of sqlite wrapper --- wyrd_sqlite/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 wyrd_sqlite/Cargo.toml (limited to 'wyrd_sqlite/Cargo.toml') diff --git a/wyrd_sqlite/Cargo.toml b/wyrd_sqlite/Cargo.toml new file mode 100644 index 0000000..4b249f5 --- /dev/null +++ b/wyrd_sqlite/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "wyrd_sqlite" +version = "0.1.0" +edition.workspace = true +authors.workspace = true +license.workspace = true +repository.workspace = true + +[dependencies] +bitflags = "2.10.0" +libsqlite3-sys = { version = "0.35.0", features = [ + "bundled_bindings" +]} +thiserror = "2.0.17" +variadics_please = "1.1.0" -- cgit 1.4.1