Rename library to just 'vcard'.

This commit is contained in:
2022-07-02 07:05:44 -05:00
parent ee716a4801
commit 3a7808668a
2 changed files with 0 additions and 0 deletions

12
vcard.nimble Normal file
View 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"