[dependencies.dscfg-proto]
features = ["server"]
version = "0.1"
[dependencies.futures]
version = "0.1"
[dependencies.same]
version = "0.1"
[dependencies.serde_json]
version = "1"
[dependencies.slog]
version = "2"
[dependencies.tokio-io]
version = "0.1"
[dependencies.void]
version = "1"
[package]
authors = ["Martin Habovstiak <martin.habovstiak@gmail.com>"]
categories = ["config", "network-programming"]
description = "Server-side implementation of dynamic shared configuration"
homepage = "https://github.com/Kixunil/dscfg"
keywords = ["configuration", "shared", "ipc", "protocol"]
license = "MITNFA"
name = "dscfg-server"
readme = "README.md"
repository = "https://github.com/Kixunil/dscfg"
version = "0.1.0"