From 8e61a3993a0fa7360adebf6a868fdd3cc7af58e5 Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Wed, 24 Feb 2021 17:38:41 -0500 Subject: [PATCH] add package info --- Cargo.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f636929..e1b95fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,13 @@ [package] name = "influx-writer" -version = "0.13.0" +version = "0.14.0" authors = ["Jonathan Strong "] edition = "2018" +description = "opinionated influxdb client" +publish = ["mmcxi"] +license = "all rights reserved" +repository = "https://git.mmcxi.com/jstrong/influx-writer.git" +exclude = ["justfile"] [lib] name = "influx_writer"