statix 0.1.1

A CLI http server for static file sharing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.clap]
features = ["derive"]
version = "3.0.0-rc.8"

[dependencies.tiny_http]
version = "0.9"

[package]
description = "A CLI http server for static file sharing"
edition = "2021"
license = "MIT"
name = "statix"
resolver = "2"
version = "0.1.1"