sxfreesky123
sxfreesky123
Cross.toml: [build] default-target = "x86_64-unknown-linux-gnu" [target.x86_64-unknown-linux-gnu] pre-build = [ "apt-get update && apt-get install -y libssl-dev" ] execute in windows cmd: cross run --target x86_64-unknown-linux-gnu ================== [33m[1m[cross] warning[0m[39m[1m:[0m using newer...
 env: macos x86, cargo 1.79.0, cargo.toml: tonlib-core = { git="https://github.com/ston-fi/tonlib-rs.git", branch="main" } tonlib-client = { git="https://github.com/ston-fi/tonlib-rs.git", branch="main" } tonlib-sys = { version="2024.9" } testnet config: https://ton.org/testnet-global.config.json ` async fn...