summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorWez Furlong <wez@wezfurlong.org>2019-09-15 17:28:59 -0700
committerWez Furlong <wez@wezfurlong.org>2019-09-15 17:28:59 -0700
commit90cc8a3bf3e9a822d0dbb803720de756c07b6858 (patch)
tree93e6f17c4de61cf4cd8b5f527b625228559a0980 /Cargo.toml
parentbc821c0f4538f545aa564dd6b3f0afd409a97dbf (diff)
downloadssh2-rs-90cc8a3bf3e9a822d0dbb803720de756c07b6858.zip
Add myself to authors list(s)
The fact that I overlooked this prior to the 0.4.0 release says something about my humility or my attention to detail. You decide!
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 731ebb1..983facb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "ssh2"
version = "0.4.0"
-authors = ["Alex Crichton <alex@alexcrichton.com>"]
+authors = ["Alex Crichton <alex@alexcrichton.com>", "Wez Furlong <wez@wezfurlong.org>"]
license = "MIT/Apache-2.0"
keywords = ["ssh"]
readme = "README.md"