[package] name = "influx-feed" version = "0.1.0" authors = ["Josh Grant "] edition = "2018" license = "MIT" description = "A utility library for executing closures and writing the results to InfluxDB" [dependencies] async-std = "1.6.2" chrono = "0.4.13" clokwerk = "0.3.3" influxdb = "0.1.0" log = "0.4.11"