Files
servo/components/debugger/Cargo.toml
Anthony Ramine 4eac29f100 Update ws to 0.6
This is exactly the same as 0.5.4, but without a semver violation.
2017-02-26 15:24:43 +01:00

18 lines
286 B
TOML

[package]
name = "debugger"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]
name = "debugger"
path = "lib.rs"
crate_type = ["rlib"]
[dependencies]
log = "0.3.5"
[target.'cfg(not(target_os = "android"))'.dependencies]
ws = "0.6"