mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-15 03:25:46 -04:00
* Move swift build scripts into xtask (#1201) * fix(ffi): use target_path from `cargo metadata` rather than guessing * ci(ffi): install necessary target arch for build-framework test * feat(xtask): copy to target without rsync.
19 lines
347 B
TOML
19 lines
347 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "xtask"
|
|
test = false
|
|
|
|
[dependencies]
|
|
camino = "1.0.8"
|
|
clap = { version = "4.0.18", features = ["derive"] }
|
|
serde = { version = "1.0.136", features = ["derive"] }
|
|
serde_json = "1.0.79"
|
|
fs_extra = "1"
|
|
uniffi_bindgen = { workspace = true }
|
|
xshell = "0.1.17"
|