1 Star 0 Fork 0

dev-tang/flutter_rust_bridge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
fzyzcjy 提交于 2023-12-12 11:28 . bump from 1.82.4 to 1.82.5
[workspace]
members = [
"frb_codegen",
"frb_rust",
"frb_macros",
"frb_example/pure_dart/rust",
"frb_example/pure_dart_multi/rust",
"frb_example/with_flutter/rust",
]
[workspace.package]
version = "1.82.5"
edition = "2018"
license = "MIT"
description = "High-level memory-safe binding generator for Flutter/Dart <-> Rust"
repository = "https://github.com/fzyzcjy/flutter_rust_bridge"
keywords = ["flutter", "dart", "ffi", "code-generation", "bindings"]
categories = ["development-tools::ffi"]
[workspace.dependencies]
allo-isolate = { version = "0.1.19", features = ["anyhow"] }
anyhow = "1.0.64"
chrono = "0.4.23"
lazy_static = "1.4.0"
uuid = "1.1.2"
thiserror = "1.0"
backtrace = "0.3.68"
flutter_rust_bridge_macros = { path = "frb_macros", version = "1" }
flutter_rust_bridge = { path = "frb_rust", default-features = false, version = "1" }
flutter_rust_bridge_codegen = { path = "frb_codegen", version = "1" }
[profile.release.package.flutter_rust_bridge_codegen]
strip = "debuginfo"
debug = 1 # preserves some debug information
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/dev-tang/flutter_rust_bridge.git
git@gitee.com:dev-tang/flutter_rust_bridge.git
dev-tang
flutter_rust_bridge
flutter_rust_bridge
master

搜索帮助