summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Hummer <paul@eventuallyanyway.com>2018-05-18 19:51:50 -0600
committerPaul Hummer <paul@eventuallyanyway.com>2018-05-18 19:51:50 -0600
commit1c4d43845aa802aec1464115575062261408f5bd (patch)
treef3bdcd1bf0cc9c51ef70b882753c4b152c4f6e33
parent1b30e664845acd4dc606be61a1337f5bbffee7e7 (diff)
Fix Cargo.toml missing line
♬ : Something Corporate / Konstantine
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5472a16..0a2ed61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,4 +20,5 @@ include = [
[dependencies]
libc = "0.2.40"
+[badges]
travis-ci = { repository = "rockstar/pidlock" }