aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 356cd9c..bfa594f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,10 @@
[package]
name = "dev-suite"
version = "0.1.0"
-authors = ["Michael Gattozzi <mgattozzi@gmail.com>"]
+authors = [
+ "Michael Gattozzi <mgattozzi@gmail.com>",
+ "Katharina Fey <kookie@spacekookie.de>",
+]
edition = "2018"
license = "GPL-3.0"
@@ -26,6 +29,7 @@ members = [
"shared",
"ticket",
"hooked",
+ "libgitmail",
]
[profile.release]