[package]
description = "CLI application for OCPI tariff calculation"
edition.workspace = true
license.workspace = true
name = "ocpi-tariffs-cli"
readme = "README.md"
repository.workspace = true
version.workspace = true
[[bin]]
doc = false
name = "ocpi-tariffs"
path = "src/bin/ocpi-tariffs/main.rs"
[dependencies]
chrono-tz.workspace = true
clap = { features = ["derive"], version = "4.5.60" }
console = { version = "0.16.2" }
ocpi-tariffs = { path = "../ocpi-tariffs", version = "0.41.0" }
tracing.workspace = true
tracing-subscriber.workspace = true
[lints]
workspace = true