Files
vnidrop/Cargo.toml
cdricms ea376a382b feat(apple): native SwiftUI app for iOS and macOS
Add a native SwiftUI VniDrop app (Send/Receive/Settings) talking to the
Rust core via generated UniFFI Swift bindings, plus the uniffi-bindgen
helper crate. iOS uses a TabView, macOS a NavigationSplitView sidebar.
2026-07-18 22:06:30 +02:00

12 lines
176 B
TOML

[workspace]
members = ["crates/vnidrop", "crates/uniffi-bindgen"]
resolver = "2"
[profile.dev]
debug = 0
strip = "debuginfo"
[profile.release]
lto = "thin"
codegen-units = 1