d3ne 0.3.0

Rust D3 Node Engine implementation that works with retejs, still a work in progress
Documentation
[package]
name = "d3ne"
version = "0.3.0"
authors = ["lemonxah <lemon.xah@gmail.com>"]
edition = "2018"
description = "Rust D3 Node Engine implementation that works with retejs, still a work in progress"
license = "Apache-2.0"
homepage = "https://github.com/lemonxah/d3ne-rs"
documentation = "https://docs.rs/d3ne/"
repository = "https://github.com/lemonxah/d3ne-rs"

[dependencies]
serde_json = "1.0.64"
serde = { version = "1.0.123", features = ["derive"] }