This commit is contained in:
2020-07-01 14:12:09 +02:00
commit f832858583
5 changed files with 70 additions and 0 deletions

13
oi.nimble Normal file
View File

@@ -0,0 +1,13 @@
# Package
version = "0.1.0"
author = "luxick"
description = "Generic result type for operations that can fail."
license = "GPL-2.0"
srcDir = "src"
# Dependencies
requires "nim >= 1.2.4"