Restructure to follow standard nimble package format.
This commit is contained in:
parent
a1dac6eaaf
commit
47c62cce6d
3
src/vcard.nim
Normal file
3
src/vcard.nim
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
import vcard/vcard3
|
||||||
|
|
||||||
|
export vcard3
|
@ -1,6 +1,6 @@
|
|||||||
# Package
|
# Package
|
||||||
|
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
author = "Jonathan Bernard"
|
author = "Jonathan Bernard"
|
||||||
description = "Nim parser for the vCard format version 3.0 (4.0 planned)."
|
description = "Nim parser for the vCard format version 3.0 (4.0 planned)."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user