You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
240 B
15 lines
240 B
5 years ago
|
# Package
|
||
|
|
||
|
version = "0.1.0"
|
||
|
author = "Wesley Kerfoot"
|
||
|
description = "Android Debug Bridge Swiss Army Knife"
|
||
|
license = "MIT"
|
||
|
srcDir = "src"
|
||
5 years ago
|
bin = @["adbtool"]
|
||
5 years ago
|
|
||
|
|
||
|
|
||
|
# Dependencies
|
||
|
|
||
|
requires "nim >= 1.0.9"
|