Enable installing nimble siblings
Change-Id: I58f7b3038bd8239d5f04f66a18aad56ec77dad7d
This commit is contained in:
12
test-playbooks/nimble/sibling/sibling.nimble
Normal file
12
test-playbooks/nimble/sibling/sibling.nimble
Normal file
@@ -0,0 +1,12 @@
|
||||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Albin Vass"
|
||||
description = "A new awesome nimble package"
|
||||
license = "MIT"
|
||||
srcDir = "src"
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 1.4.2"
|
||||
2
test-playbooks/nimble/sibling/src/sibling.nim
Normal file
2
test-playbooks/nimble/sibling/src/sibling.nim
Normal file
@@ -0,0 +1,2 @@
|
||||
proc helloWorld*() =
|
||||
echo "Hello world!"
|
||||
Reference in New Issue
Block a user