1 Commits
0.1.1 ... 0.1.2

Author SHA1 Message Date
47c62cce6d Restructure to follow standard nimble package format. 2023-04-15 07:40:58 -05:00
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"