Add fake iOS FFI XCFramework build
This commit is contained in:
@@ -10,8 +10,13 @@ repository = "https://github.com/your-username/tele-tui"
|
||||
[lib]
|
||||
crate-type = ["cdylib", "staticlib", "rlib"]
|
||||
|
||||
[features]
|
||||
default = ["core-session"]
|
||||
core-session = ["dep:tele-core"]
|
||||
standalone-fake = []
|
||||
|
||||
[dependencies]
|
||||
tele-core = { path = "../tele-core", features = ["test-support"] }
|
||||
tele-core = { path = "../tele-core", features = ["test-support"], optional = true }
|
||||
tokio = { version = "1", features = ["rt-multi-thread"] }
|
||||
thiserror = "1.0"
|
||||
uniffi = { version = "0.31.1", features = ["tokio"] }
|
||||
|
||||
Reference in New Issue
Block a user