diff --git a/Cargo.toml b/Cargo.toml index b12a652..ff2a45b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,6 +72,8 @@ tracing-core.workspace = true tracing-flame = { optional = true, version = "0.2" } tracing-subscriber.workspace = true +[target.'cfg(target_os = "ios")'.dependencies] +swift-rs = "1" # default to small, optimized release binaries [profile.release]