statix 1.0.0

A CLI http server for static file sharing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "statix"
version = "1.0.0"
edition = "2021"
description = "A CLI http server for static file sharing"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tiny_http = "0.9"

clap = { version = "3.0.0-rc.8", features = ["derive"] }