Files
client-sdk-rust/webrtc-sys/Cargo.toml
T
Théo Monnom 11d5359464 fi ci & windows compilation (#14)
* attempt to fix mac compilation on x86_64

* decompress zip insead of tarball on windows

* attempt to fix 1

* still cache on failure

* attempt 2
2023-01-02 21:47:50 +01:00

27 lines
413 B
TOML

[package]
name = "webrtc-sys"
version = "0.1.0"
edition = "2021"
homepage = "https://livekit.io"
license = "Apache-2.0"
description = "Unsafe bindings to libwebrtc"
[dependencies]
cxx = "1.0"
log = "0.4"
[build-dependencies]
curl = "0.4"
tar = "0.4"
flate2 = "1.0"
cxx-build = "1.0"
glob = "0.3.0"
regex = "1.0"
zip = "0.6.3"
[dev-dependencies]
env_logger = "0.9"
#[lib]
#crate-type = ["staticlib", "cdylib"]