Initial commit.

This commit is contained in:
Dominik Picheta 2017-10-13 22:00:44 +01:00
commit cee5013002
2 changed files with 78 additions and 0 deletions

13
webdriver.nimble Normal file
View file

@ -0,0 +1,13 @@
# Package
version = "0.1.0"
author = "Dominik Picheta"
description = "Implementation of the WebDriver w3c spec."
license = "MIT"
srcDir = "src"
# Dependencies
requires "nim >= 0.17.2"