https 1.2.0

Host These Things Please - a basic http server for hosting a folder fast and simply
1
2
3
4
5
6
extern crate embed_resource;


fn main() {
    embed_resource::compile("http-manifest.rc");
}