influxdb/delorean_table_schema/Cargo.toml

12 lines
297 B
TOML

[package]
name = "delorean_table_schema"
version = "0.1.0"
authors = ["Andrew Lamb <alamb@influxdata.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = "0.4.8"
delorean_tsm = { path = "../delorean_tsm" }