nazar 1.0.7

A Tile38 client in rust!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "nazar"
version = "1.0.7"
authors = ["Younis Shah <younisashah@gmail.com>"]
description = "A Tile38 client in rust!"
homepage = "https://github.com/younisshah/nazar"
documentation = "https://github.com/younisshah/nazar"
license = "MIT"
readme = "README.md"

[dependencies]
redis = "0.5.3"
ws = "0.7.3"
geojson = "0.8.1"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"