16 lines
313 B
TOML
16 lines
313 B
TOML
[package]
|
|
name = "tamerye"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[lib]
|
|
crate-type = [ "cdylib" ]
|
|
|
|
[dependencies]
|
|
# sqlite3_ext = { version = "0.2.0" }
|
|
sqlite3_ext = { git = "https://github.com/h7x4/sqlite3_ext", branch = "aarch64-cross-compilation-fixes" }
|
|
|
|
[features]
|
|
default = [ ]
|
|
static = ["sqlite3_ext/static"]
|