Files
turso/bindings/dart/rust/Cargo.toml

22 lines
456 B
TOML

[package]
name = "turso_dart"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
publish = false
[features]
release = ["turso_core/tracing_release"]
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.10.0"
turso_core = { workspace = true, features = ["fs"] }
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }