nardol 0.0.3

Simple framework that provides structure to data sent and received from network.
Documentation
[package]

name = "nardol"

version = "0.0.3"

edition = "2021"

license = "MIT"

readme = "README.md"

homepage = "https://github.com/WellHereIAm/nardol"

repository = "https://github.com/WellHereIAm/nardol"

description = "Simple framework that provides structure to data sent and received from network."



[dependencies]

chrono = "0.4.19"

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

ron = "0.6.5"

itertools = "0.10.0"

backtrace = "0.3.61"

indoc = "1.0.3"

rand = "0.8.5"

lazy_static = "1.4.0"