File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ license = "MIT"
3232repository = " https://github.com/tursodatabase/libsql"
3333
3434[workspace .dependencies ]
35+ libsql-ffi = { path = " libsql-ffi" , version = " 0.9.0" }
3536libsql-sys = { path = " libsql-sys" , version = " 0.9.0" , default-features = false }
3637libsql-hrana = { path = " libsql-hrana" , version = " 0.9.0" }
3738libsql_replication = { path = " libsql-replication" , version = " 0.9.0" }
Original file line number Diff line number Diff line change 11[package ]
22name = " libsql-ffi"
3- version = " 0.5.0"
4- edition = " 2021"
5- build = " build.rs"
6- license = " MIT"
3+ version.workspace = true
4+ authors.workspace = true
5+ edition.workspace = true
6+ license.workspace = true
7+ repository.workspace = true
78description = " Native bindings to libSQL"
8- repository = " https://github.com/tursodatabase/libsql "
9+ build = " build.rs "
910exclude = [" bundled/SQLite3MultipleCiphers/build" , " bundled/SQLite3MultipleCiphers/test" ]
1011
1112# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ categories = ["external-ffi-bindings"]
1111
1212[dependencies ]
1313bytes = " 1.5.0"
14- libsql-ffi = { version = " 0.5 " , path = " ../libsql-ffi/ " }
14+ libsql-ffi = { workspace = true }
1515once_cell = " 1.18.0"
1616rusqlite = { workspace = true , features = [" trace" ], optional = true }
1717tracing = " 0.1.37"
You can’t perform that action at this time.
0 commit comments