Current section
Files
Jump to
Current section
Files
ios/rust/Cargo.toml
[package]
name = "dala-beam-ios"
version = "0.1.0"
edition = "2021"
[lib]
name = "dala_beam_ios"
crate-type = ["staticlib"] # Static library for iOS
[dependencies]
libc = "0.2"
[features]
default = []
static_sqlite_nif = []
dala_bundle_otp = []
dala_release = []