nikel-rs 0.1.3

A library for interfacing with https://nikel.ml
Documentation
[package]
name = "nikel-rs"
version = "0.1.3"
authors = ["George-Lewis <georgejeffreylewis@gmail.com>"]
edition = "2018"
description = "A library for interfacing with https://nikel.ml"
repository = "https://github.com/George-lewis/Nikel-rs"
license = "MIT"

[dependencies]
reqwest = { version = "0.10", features = ["blocking", "json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"