Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraham committed Apr 9, 2015
1 parent b78dc9f commit 9614e3e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 22 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 6 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name = "wires"
version = "0.1.0"
authors = ["James Graham <james@hoppipolla.co.uk>"]
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
repository = "https://github.com/jgraham/wires"
license = "MPL-2.0"

[dependencies]
env_logger = "0.3.0"
Expand All @@ -10,15 +13,9 @@ log = "0.3.1"
regex = "0.1.27"
rustc-serialize = "0.3.12"
uuid = "0.1.16"

[dependencies.webdriver]
git = "http://github.com/jgraham/webdriver-rust.git"

[dependencies.mozprofile]
git = "http://github.com/jgraham/rust_mozprofile.git"

[dependencies.mozrunner]
git = "http://github.com/jgraham/rust_mozrunner.git"
webdriver = "0.1.0"
mozrunner = "0.1.0"
mozprofile = "0.1.0"

[dependencies.argparse]
git = "https://github.com/tailhook/rust-argparse.git"

0 comments on commit 9614e3e

Please sign in to comment.