oxiline-cli 0.6.1

Command-line interface for the OxiLine recording and planning application.
[package]
name = "oxiline-cli"
description = "Command-line interface for the OxiLine recording and planning application."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true

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

[dependencies]
oxiline-core.workspace = true
chrono.workspace = true
clap.workspace = true
serde_json.workspace = true
serde.workspace = true
rusqlite.workspace = true
ureq = "2"
semver = "1"

[dev-dependencies]
assert_cmd = "2"
predicates = "3"
tempfile = "3"