1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "uptime"
version = "0.0.1"
authors = ["Jihyeok Seo <me@limeburst.net>"]
description = "uptime(1)"
homepage = "https://github.com/limeburst/uptime-rust"
repository = "https://github.com/limeburst/uptime-rust"
readme = "README.md"
license = "MIT"

[dependencies]
time = "*"
utmp = "*"