WIP vcard 3.0 implementation.

This commit is contained in:
2023-03-26 20:45:52 -05:00
parent 3a7808668a
commit d6d8e1d654
8 changed files with 1942 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
version = "0.1.0"
author = "Jonathan Bernard"
description = "Nim parser for the vCard format (versions 3.0 and 4.0)."
description = "Nim parser for the vCard format version 3.0 (4.0 planned)."
license = "MIT"
srcDir = "src"