mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-31 13:54:27 +01:00
Rename liblimbo_sqlite3 to libturso_sqlite3
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Copyright 2024 the Limbo authors. All rights reserved. MIT license.
|
||||
|
||||
[package]
|
||||
name = "limbo_sqlite3"
|
||||
name = "turso_sqlite3"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
@@ -13,7 +13,7 @@ struct sqlite3_stmt {
|
||||
_private: [u8; 0],
|
||||
}
|
||||
|
||||
#[cfg_attr(not(feature = "sqlite3"), link(name = "limbo_sqlite3"))]
|
||||
#[cfg_attr(not(feature = "sqlite3"), link(name = "turso_sqlite3"))]
|
||||
#[cfg_attr(feature = "sqlite3", link(name = "sqlite3"))]
|
||||
extern "C" {
|
||||
fn sqlite3_libversion() -> *const libc::c_char;
|
||||
|
||||
Reference in New Issue
Block a user