mif-cli 0.3.0

Command-line interface for the MIF (Modeled Information Format) ecosystem
[package]
name = "mif-cli"
description = "Command-line interface for the MIF (Modeled Information Format) ecosystem"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
readme = "README.md"
keywords = ["mif", "cli"]
categories = ["command-line-utilities"]

[[bin]]
name = "mif-cli"
path = "src/main.rs"

[lints]
workspace = true

[dependencies]
mif-schema.workspace = true
mif-ontology.workspace = true
mif-problem.workspace = true
mif-frontmatter.workspace = true
mif-embed.workspace = true
mif-store.workspace = true
clap.workspace = true
serde_json.workspace = true
thiserror.workspace = true
chrono.workspace = true

[dev-dependencies]
tempfile.workspace = true