sheathe-cli 0.3.0

Pure-Rust HLS/DASH/CMAF media packager
Documentation
[package]
name = "sheathe-cli"
version = "0.3.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "Pure-Rust HLS/DASH/CMAF media packager"
keywords.workspace = true
categories.workspace = true
readme = "README.md"

[build-dependencies]
image.workspace = true

[dependencies]
sheathe-core.workspace = true
sheathe-mp4.workspace = true
sheathe-ts.workspace = true
sheathe-es.workspace = true
sheathe-mkv.workspace = true
sheathe-text.workspace = true
sheathe-dash.workspace = true
sheathe-hls.workspace = true
sheathe-crypto.workspace = true
anyhow.workspace = true
clap.workspace = true
base64.workspace = true
crossterm.workspace = true

[lints]
workspace = true