Files
tamerye/Cargo.toml
T
2026-05-06 23:05:46 +09:00

15 lines
205 B
TOML

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