Files
oysteikt 2cf5124f1d
Build and test / check (push) Successful in 43s
Build and test / test (push) Successful in 55s
Build and test / build-static-library (push) Successful in 56s
Build and test / build-dynamic-library (push) Successful in 1m22s
flake.nix: add android cross compiled shared library package
2026-05-11 09:18:55 +09:00

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"]