servo/components/debugger/Cargo.toml
Anthony Ramine 60a7f46350 Enable the debugger on Android
Apparently mio 0.6.5 now fully supports Android.
2017-03-17 16:36:06 +01:00

15 lines
229 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"
ws = "0.6"