diff options
| author | wires <wires@noreply.wires.systems> | 2025-10-24 11:29:46 -0400 |
|---|---|---|
| committer | wires <wires@noreply.wires.systems> | 2025-10-24 11:29:46 -0400 |
| commit | 92e4cfc123a1d26265128634850a2b73bac761c2 (patch) | |
| tree | bdbab6c9ac4a8e981888700e16a7e79b1afb3b27 /wyrd_sqlite/Cargo.toml | |
| parent | initial commit (diff) | |
| download | wyrd-main.tar.gz | |
Diffstat (limited to 'wyrd_sqlite/Cargo.toml')
| -rw-r--r-- | wyrd_sqlite/Cargo.toml | 15 |
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" |