humin-client 0.1.0

humin client
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "humin-client"
description = "humin client"

edition = { workspace = true }
version = { workspace = true }
authors = { workspace = true }
license = { workspace = true }

[dependencies]
arrow-flight = { workspace = true }
tracing = { workspace = true }
tracing-subscriber = { workspace = true }

[[bin]]
name = "humin"
path = "src/main.rs"