diff options
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" |