Browse Source

add package info

master
Jonathan Strong 3 years ago
parent
commit
8e61a3993a
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      Cargo.toml

+ 6
- 1
Cargo.toml View File

@@ -1,8 +1,13 @@
[package]
name = "influx-writer"
version = "0.13.0"
version = "0.14.0"
authors = ["Jonathan Strong <jonathan.strong@gmail.com>"]
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"


Loading…
Cancel
Save