Restructure to follow standard nimble package format.

This commit is contained in:
Jonathan Bernard 2023-04-15 07:40:58 -05:00
parent a1dac6eaaf
commit 47c62cce6d
3 changed files with 4 additions and 1 deletions

3
src/vcard.nim Normal file
View File

@ -0,0 +1,3 @@
import vcard/vcard3
export vcard3

View File

@ -1,6 +1,6 @@
# Package
version = "0.1.1"
version = "0.1.2"
author = "Jonathan Bernard"
description = "Nim parser for the vCard format version 3.0 (4.0 planned)."
license = "MIT"