Initial commit.
This commit is contained in:
commit
cee5013002
2 changed files with 78 additions and 0 deletions
13
webdriver.nimble
Normal file
13
webdriver.nimble
Normal 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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue