cdn 0.1.1

Serve Static like CDN LOL
1
2
3
4
5
6
7
8
9
10
11
12
13
# Serve folder like CDN

```sh
# Installation
cargo install cdn

# Run
cdn

# port 8080 will be served as static
```
```
```