14 lines
294 B
TOML
14 lines
294 B
TOML
[package]
|
|
name = "schema"
|
|
version = "0.1.0"
|
|
authors = ["Andrew Lamb <andrew@nerdnetworks.org>"]
|
|
edition = "2021"
|
|
description = "IOx Schema definition"
|
|
|
|
[dependencies]
|
|
arrow = { version = "6.0", features = ["prettyprint"] }
|
|
hashbrown = "0.11"
|
|
indexmap = "1.7"
|
|
itertools = "0.10.1"
|
|
snafu = "0.6"
|