Files
matrix-rust-sdk/xtask/Cargo.toml
Benjamin Kampmann 882b206144 feat(xtask): build xcframework
* 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.
2022-11-15 13:06:33 +01:00

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"