Skip to content

Commit

Permalink
update package information
Browse files Browse the repository at this point in the history
  • Loading branch information
sdemos committed Sep 2, 2017
1 parent 4b2c7be commit c04c0c1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
[package]
name = "ssh-keys"
name = "openssh-keys"
version = "0.1.0"
authors = ["Stephen Demos <[email protected]>"]
authors = ["Stephen Demos <[email protected]>"]
description = "read and write OpenSSH public keys"
documentation = "github.com/sdemos/ssh-keys"
homepage = "github.com/sdemos/ssh-keys"
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"
Expand Down

0 comments on commit c04c0c1

Please sign in to comment.