node-types 0.1.0

Library containing node types
Documentation
[package]
name = "node-types"
version = "0.1.0"
authors = ["Urkel Labs Engineering <engineering@urkel.com>"]
edition = "2018"
description = "Library containing node types"
license = "MIT"


[dependencies]

# Serialization
serde = { version="1.0", features=["derive"]}
serde_json = "1.0"

# Utils
chrono = { version = "0.4.19", features = ["serde"] }