Rename library to just 'vcard'.
This commit is contained in:
12
vcard.nimble
Normal file
12
vcard.nimble
Normal file
@@ -0,0 +1,12 @@
|
||||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "Jonathan Bernard"
|
||||
description = "Nim parser for the vCard format (versions 3.0 and 4.0)."
|
||||
license = "MIT"
|
||||
srcDir = "src"
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 1.6.6"
|
||||
Reference in New Issue
Block a user