gecko-dev/testing/webdriver/Cargo.toml

15 строки
412 B
TOML
Исходник Обычный вид История

[package]
name = "webdriver"
version = "0.10.1"
authors = ["Mozilla Tools and Automation <auto-tools@mozilla.com>"]
description = "Library implementing the wire protocol for the W3C WebDriver specification."
repository = "https://github.com/jgraham/webdriver-rust"
license = "MPL-2.0"
[dependencies]
log = "0.3.5"
regex = "0.1.47"
rustc-serialize = "0.3.16"
hyper = {version = "0.9", default-features = false}