From c04c0c179d3beeb6870b2b4cb5f4c07c91f4c6ac Mon Sep 17 00:00:00 2001 From: Stephen Demos Date: Fri, 1 Sep 2017 18:28:40 -0700 Subject: [PATCH] update package information --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c3a53b9..80e9a41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] -name = "ssh-keys" +name = "openssh-keys" version = "0.1.0" -authors = ["Stephen Demos "] +authors = ["Stephen Demos "] description = "read and write OpenSSH public keys" documentation = "github.com/sdemos/ssh-keys" homepage = "github.com/sdemos/ssh-keys" @@ -9,6 +9,7 @@ repository = "github.com/sdemos/ssh-keys" readme = "README.md" keywords = ["ssh", "ssh-keys", "keys", "rsa"] license = "MIT OR Apache-2.0" +exclude = ["fixtures/*"] [dependencies] error-chain = "0.10"