Files
telegram-tui/crates/tele-ios-ffi/Cargo.toml
2026-05-20 14:04:45 +03:00

21 lines
599 B
TOML

[package]
name = "tele-ios-ffi"
version = "0.1.0"
edition = "2021"
authors = ["Your Name <your.email@example.com>"]
description = "UniFFI bridge for the iOS Telegram client"
license = "MIT"
repository = "https://github.com/your-username/tele-tui"
[lib]
crate-type = ["cdylib", "staticlib", "rlib"]
[dependencies]
tele-core = { path = "../tele-core", features = ["test-support"] }
tokio = { version = "1", features = ["rt-multi-thread"] }
thiserror = "1.0"
uniffi = { version = "0.31.1", features = ["tokio"] }
[dev-dependencies]
tele-core = { path = "../tele-core", features = ["test-support"] }