[package]
edition = "2021"
name = "pyohwa-cli"
version = "0.1.2"
authors = ["Palbahngmiyine"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for Pyohwa — a zero-config static site generator built with Rust and Elm"
homepage = "https://github.com/Palbahngmiyine/pyohwa"
readme = false
keywords = [
"cli",
"static-site",
"ssg",
"documentation",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/Palbahngmiyine/pyohwa"
[[bin]]
name = "pyohwa"
path = "src/main.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.pyohwa-core]
version = "0.1.2"
[dependencies.pyohwa-server]
version = "0.1.2"
[dependencies.tokio]
version = "1"
features = ["full"]