mirror of
https://github.com/servo/servo.git
synced 2025-06-25 09:34:32 +01:00
18 lines
314 B
TOML
18 lines
314 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"
|
|
util = {path = "../util"}
|
|
|
|
[target.'cfg(not(target_os = "android"))'.dependencies]
|
|
ws = "0.5.3"
|