[package] name = "turso_dart" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true publish = false [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)'] }