Files
turso/bindings/dart/rust/Cargo.toml
2025-07-02 00:04:42 +07:00

19 lines
403 B
TOML

[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)'] }