contack 0.1.6

A simple and easy contact library for rust.
Documentation
[package]
name = "contack"
version = "0.1.6"
authors = ["John Toohey <john_t@mailo.com>"]
edition = "2018"
description = "A simple and easy contact library for rust."
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/contack/contack"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4.19"
uuid = { version = "0.8", features = ["v4"] }