nexus/rust/Cargo.toml
2026-01-17 14:29:38 -05:00

14 lines
267 B
TOML

[package]
name = "rust_lib_nexus"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "staticlib"]
[dependencies]
flutter_rust_bridge = "=2.11.1"
matrix-sdk = "0.16.0"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(frb_expand)'] }