加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Cargo.toml 429 Bytes
一键复制 编辑 原始数据 按行查看 历史
James Graham 提交于 2016-01-19 15:39 . Update version number for release
[package]
name = "webdriver"
version = "0.6.0"
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"
uuid = "0.1.18"
hyper = {version = "0.7.2", default-features = false}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化