mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-04-26 02:29:45 -05:00
24 lines
561 B
TOML
24 lines
561 B
TOML
[package]
|
|
name = "trailbase-sqlean"
|
|
version = "0.0.2"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
description = "An build wrapper for the sqlean SQLite extensions"
|
|
homepage = "https://trailbase.io"
|
|
repository = "https://github.com/trailbaseio/trailbase"
|
|
readme = "README.md"
|
|
|
|
[badges]
|
|
appveyor = { repository = "trailbaseio/trailbase" }
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
[dependencies]
|
|
libsqlite3-sys = { version = "0.32.0", features = ["bundled"] }
|
|
|
|
[build-dependencies]
|
|
bindgen = "0.71.0"
|
|
cc = "1.1.28"
|
|
|
|
[dev-dependencies]
|
|
rusqlite = { workspace = true }
|