blob: 4b249f56f1f4641f83f094c736f289eef97750d7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
|