geckodriver: add keywords to cargo config

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: 8fa43b0edf188c8f84cdeb883c42af7d9016511e

--HG--
extra : rebase_source : 8d86a28246d846440398198a64dc414579c16827
This commit is contained in:
Andreas Tolfsen 2016-09-01 13:46:47 +01:00
Родитель 440b4273f4
Коммит 643775e3ee
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -6,6 +6,7 @@ authors = [
"Andreas Tolfsen <ato@mozilla.com>",
]
description = "Proxy for using WebDriver clients to interact with Gecko-based browsers."
keywords = ["webdriver", "w3c", "proxy", "httpd", "mozilla", "firefox"]
repository = "https://github.com/mozilla/geckodriver"
readme = "README.md"
license = "MPL-2.0"