Get the barest bones of webdriver integration ready for keeners.

This commit is contained in:
Josh Matthews 2015-03-27 12:39:42 -04:00
parent a277036dd9
commit 5728799479
8 changed files with 149 additions and 0 deletions

View file

@ -0,0 +1,11 @@
[package]
name = "webdriver_server"
version = "0.0.1"
authors = ["The Servo Project Developers"]
[lib]
name = "webdriver_server"
path = "lib.rs"
[dependencies.webdriver]
git = "https://github.com/jgraham/webdriver-rust.git"