Current section

Files

Jump to
dala ios rust Cargo.toml
Raw

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]
[features]
default = []
static_sqlite_nif = []