[[bin]]
name = "floe"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.floe-core]
version = "0.1.2"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "CLI for Floe, a YAML-driven technical ingestion tool."
edition = "2021"
homepage = "https://github.com/malon64/floe"
keywords = ["ingestion", "data-quality", "csv", "polars", "yaml"]
license = "MIT"
name = "floe-cli"
readme = "README.md"
repository = "https://github.com/malon64/floe"
version = "0.1.2"