mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 04:54:21 +01:00
22 lines
456 B
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)'] }
|