raqeem 0.2.2

رقيم — transcribe Arabic audio via Cohere's open ASR model, from the CLI or any language.
[package]
name = "raqeem"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true
description = "رقيم — transcribe Arabic audio via Cohere's open ASR model, from the CLI or any language."
readme = "README.md"

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

[dependencies]
# The version is what crates.io resolves against; the path is what local builds
# use. A path-only dependency cannot be published.
raqeem-core = { path = "../raqeem-core", version = "0.2.2" }
clap.workspace = true