nano-web 1.0.13

Static file server built with Rust with pre-compressed in-memory caching
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# Don't publish to crates.io automatically - CI will handle it
publish = false
# Let cargo-release handle git tag and push to trigger CI
push = true
tag = true

allow-branch = ["main"]

# Update version in VERSION file and Cargo.toml
pre-release-replacements = [
    { file = "VERSION", search = "^[0-9\\.]+", replace = "{{version}}" },
]