[package]
name = "webby-deploy"
version = "0.3.0"
edition = "2024"
description = "Drop a static HTML app into a local, tailnet, temporary public, or durable public URL."
license = "MIT"
repository = "https://github.com/ankitson/webby"
homepage = "https://github.com/ankitson/webby"
documentation = "https://github.com/ankitson/webby#readme"
readme = "README.md"
keywords = ["static-site", "cli", "tailscale", "cloudflare", "deploy"]
categories = ["command-line-utilities", "web-programming"]
exclude = [
".github/",
"bags/",
"logs/",
"skills/",
]
[[bin]]
name = "webby"
path = "src/main.rs"
[dependencies]
clap = { version = "4.5", features = ["derive"] }
minijinja = "2"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tiny_http = "0.12"
ureq = "2"