mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-01 15:34:19 +01:00
19 lines
403 B
TOML
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)'] }
|