Commit Graph

61 Commits

Author SHA1 Message Date
Fabian Freyer
09f8b4ffd7 refactor: make ui endpoint configurable
* use askama template for UI endpoint
* make UI endpoint configurable
2019-03-29 17:35:04 -04:00
Fabian Freyer
e63ad944d7 refactor: split up bin and lib 2019-03-29 10:55:44 -04:00
dependabot[bot]
b965cc8763 chore(deps): bump serde_json from 1.0.34 to 1.0.39
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.34 to 1.0.39.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.34...v1.0.39)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:45:52 +01:00
dependabot[bot]
e30c15158a chore(deps): bump tokio from 0.1.17 to 0.1.18
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.17 to 0.1.18.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.17...tokio-0.1.18)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:40:58 +01:00
dependabot[bot]
bbf740a4f8 chore(deps): bump tokio from 0.1.13 to 0.1.17
Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.1.13 to 0.1.17.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-0.1.17/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.1.13...tokio-0.1.17)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:35:48 +01:00
dependabot[bot]
bf161a8b64 chore(deps): bump libc from 0.2.46 to 0.2.51
Bumps [libc](https://github.com/rust-lang/libc) from 0.2.46 to 0.2.51.
- [Release notes](https://github.com/rust-lang/libc/releases)
- [Commits](https://github.com/rust-lang/libc/compare/0.2.46...0.2.51)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:34:17 +01:00
dependabot[bot]
57bb891926 chore(deps): bump tokio-io from 0.1.10 to 0.1.12
Bumps [tokio-io](https://github.com/tokio-rs/tokio) from 0.1.10 to 0.1.12.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Changelog](https://github.com/tokio-rs/tokio/blob/tokio-io-0.1.12/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-io-0.1.10...tokio-io-0.1.12)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:33:42 +01:00
dependabot[bot]
018333a591 chore(deps): bump serde from 1.0.84 to 1.0.89
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.84 to 1.0.89.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.84...v1.0.89)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:33:05 +01:00
dependabot[bot]
ce2de69aaf chore(deps): bump actix-web from 0.7.17 to 0.7.19
Bumps [actix-web](https://github.com/actix/actix-web) from 0.7.17 to 0.7.19.
- [Release notes](https://github.com/actix/actix-web/releases)
- [Changelog](https://github.com/actix/actix-web/blob/v0.7.19/CHANGES.md)
- [Commits](https://github.com/actix/actix-web/compare/0.7.17...v0.7.19)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-29 13:31:42 +01:00
Fabian Freyer
068b302947 chore: License under BSD-3-Clause 2019-03-04 08:24:56 +01:00
Fabian Freyer
db50e1ccfe Initial commit 2019-01-04 03:15:53 +01:00