[[bin]]
name = "boltse"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.48"
[lib]
name = "boltse"
path = "src/lib.rs"
[package]
authors = ["Jonas Bolldén <jonas@bollden.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A lightweight HTTP server for static files."
edition = "2024"
include = ["Cargo.toml", "LICENSE", "README.md", "**/*.rs"]
license = "MIT"
name = "boltse"
readme = "README.md"
repository = "https://codeberg.org/jornis/boltse"
version = "0.2.0"