uptime_lib 0.2.1

Multi-platform uptime library
Documentation
[[bin]]
name = "uptime-rs"
path = "bin/main.rs"

[package]
authors = ["itchyny <itchyny@hatena.ne.jp>"]
description = "Multi-platform uptime library"
license = "MIT"
name = "uptime_lib"
readme = "README.md"
repository = "https://github.com/itchyny/uptime-rs"
version = "0.2.1"
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.72"
[target."cfg(windows)".dependencies.kernel32-sys]
version = "0.2.2"