diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-02-10 11:47:50 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2017-02-10 11:47:50 +0100 |
| commit | bca802a72410894d3d1495d2d86b547e4f316b92 (patch) | |
| tree | 5f6dec8f8eb8ca880535229c71c0676c9c954ff9 | |
| parent | 82890bc9840f77973fa7c48d72d9e51004c75f40 (diff) | |
| download | mullvadvpn-bca802a72410894d3d1495d2d86b547e4f316b92.tar.xz mullvadvpn-bca802a72410894d3d1495d2d86b547e4f316b92.zip | |
Update authors and add description
| -rw-r--r-- | Cargo.toml | 3 | ||||
| -rw-r--r-- | talpid_cli/Cargo.toml | 3 | ||||
| -rw-r--r-- | talpid_openvpn_plugin/Cargo.toml | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml index f0bba952ec..abce286414 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "talpid_core" version = "0.0.0" -authors = ["Linus Färnstrand <linus@mullvad.net>"] +authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>"] +description = "Core backend functionality of the Mullvad VPN client" [dependencies] clonablechild = "0.1" diff --git a/talpid_cli/Cargo.toml b/talpid_cli/Cargo.toml index 637b1f6699..617a60e340 100644 --- a/talpid_cli/Cargo.toml +++ b/talpid_cli/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "talpid_cli" version = "0.0.0" -authors = ["Linus Färnstrand <linus@mullvad.net>"] +authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>"] +description = "Run Talpid easily from the command line" [dependencies] clap = "2.20" diff --git a/talpid_openvpn_plugin/Cargo.toml b/talpid_openvpn_plugin/Cargo.toml index c15ef9cdbd..1a740a7491 100644 --- a/talpid_openvpn_plugin/Cargo.toml +++ b/talpid_openvpn_plugin/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "talpid_openvpn_plugin" version = "0.1.0" -authors = ["Linus Färnstrand <linus@mullvad.net>"] +authors = ["Linus Färnstrand <linus@mullvad.net>", "Erik Larkö <erik@mullvad.net>"] +description = "OpenVPN shared library plugin for relaying OpenVPN events to talpid_core" [lib] crate-type = ["dylib"] |
