actnel_lib 0.1.5

expose your local web server to the internet with a public url
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "actnel_lib"
description = "expose your local web server to the internet with a public url"
version = "0.1.5"
authors = ["Derek X Wang <derekxinzhewang@gmail.com>"]
edition = "2018"
license = "MIT"
repository = "https://actnel.derekxwang.com"
readme = "../README.md"

[dependencies]
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.7.3"
base64 = "0.11.0"
sha2 = "0.9.1"
machineid-rs = "1.2.4"