Initial commit.

This commit is contained in:
2018-10-01 17:47:33 +02:00
commit 52fc4b30d9
4 changed files with 410 additions and 0 deletions

11
Cargo.toml Normal file
View File

@@ -0,0 +1,11 @@
[package]
name = "isp-uptime"
version = "0.1.0"
authors = ["Anders Olsson <anders.e.olsson@gmail.com>"]
[dependencies]
chrono = "0.4"
serde = "1.0"
serde_derive = "1.0"
structopt = "0.2"
toml = "0.4"