Files
tamerye/Cargo.toml
T
oysteikt 11518e12d6
Build and test / build-dynamic-library (push) Successful in 47s
Build and test / build-static-library (push) Successful in 49s
Build and test / check (push) Successful in 1m22s
Build and test / test (push) Successful in 1m0s
flake.{nix,lock}: bump, Cargo.toml: upgrade sqlite3_ext
2026-05-20 17:14:26 +09:00

16 lines
259 B
TOML

[package]
name = "tamerye"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = [ "cdylib" ]
[dependencies]
sqlite3_ext = { version = "0.2.1" }
[features]
default = [ ]
# default = [ "static" ]
static = ["sqlite3_ext/static", "sqlite3_ext/static_modern"]