presentar-cli 0.3.4

CLI for Presentar WASM apps - serve and bundle
[package]
name = "presentar-cli"
description = "CLI for Presentar WASM apps - serve and bundle"
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true

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

[dependencies]
presentar-yaml = { workspace = true }
clap = { version = "4.4", features = ["derive"] }
notify = { version = "7.0", optional = true }
tiny_http = "0.12"
tungstenite = { version = "0.26", optional = true }

[features]
default = []
dev-server = ["dep:notify", "dep:tungstenite"]

[lints]
workspace = true