wires

summary refs log tree commit diff
path: root/wyrd_sqlite/Cargo.toml
diff options
context:
space:
mode:
authorwires <wires@noreply.wires.systems>2025-10-24 11:29:46 -0400
committerwires <wires@noreply.wires.systems>2025-10-24 11:29:46 -0400
commit92e4cfc123a1d26265128634850a2b73bac761c2 (patch)
treebdbab6c9ac4a8e981888700e16a7e79b1afb3b27 /wyrd_sqlite/Cargo.toml
parentinitial commit (diff)
downloadwyrd-main.tar.gz
first draft of sqlite wrapper HEAD main
Diffstat (limited to 'wyrd_sqlite/Cargo.toml')
-rw-r--r--wyrd_sqlite/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
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"