chore: License under GPL 3.0

This commit is contained in:
Vincent Ambo 2018-06-15 17:00:26 +02:00
parent e2504a2da9
commit a47bd5675f
3 changed files with 698 additions and 8 deletions

View file

@ -1,20 +1,21 @@
[package]
name = "journaldriver"
version = "0.1.0"
authors = ["Vincent Ambo <mail@tazj.in>"]
authors = ["Vincent Ambo <vincent@aprila.no>"]
license = "GPL-3.0-or-later"
[dependencies]
libc = "0.2"
failure = "0.1"
systemd = "0.3"
log = "0.4"
env_logger = "0.5"
failure = "0.1"
hyper = "0.11"
lazy_static = "1.0"
libc = "0.2"
log = "0.4"
reqwest = "0.8"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
reqwest = "0.8"
hyper = "0.11" # whatever reqwest drags in
lazy_static = "1.0"
systemd = "0.3"
[build-dependencies]
pkg-config = "0.3"