Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
p-e-w committed Sep 22, 2018
0 parents commit 5edc467
Show file tree
Hide file tree
Showing 16 changed files with 2,814 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
**/*.rs.bk
329 changes: 329 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
[package]
name = "hegemon"
version = "0.1.0"
authors = ["Philipp Emanuel Weidmann <pew@worldwidemann.com>"]
description = "A modular system monitor"
repository = "https://github.com/p-e-w/hegemon"
readme = "README.md"
license = "GPL-3.0-or-later"

[[bin]]
name = "hegemon"
path = "src/main.rs"

[dependencies]
chan = "0.1.21"
chan-signal = "0.3.1"
regex = "1.0.1"
termion = "1.5.1"
systemstat = "0.1.3"
sensors = "0.2.0"
Loading

0 comments on commit 5edc467

Please sign in to comment.