vexilla_client 0.0.1

A Rust client for the Vexilla Feature Flag System
Documentation
[dependencies.reqwest]
features = ["blocking"]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["Chris Griffing <cmgriffing@gmail.com>"]
description = "A Rust client for the Vexilla Feature Flag System"
edition = "2018"
license = "MIT"
name = "vexilla_client"
version = "0.0.1"