13 lines
210 B
Nim
13 lines
210 B
Nim
# Package
|
|
|
|
version = "0.2.0"
|
|
author = "Dominik Picheta"
|
|
description = "Implementation of the WebDriver w3c spec."
|
|
license = "MIT"
|
|
|
|
srcDir = "src"
|
|
|
|
# Dependencies
|
|
|
|
requires "nim >= 0.17.2"
|
|
|