add license info, prepare for pushing to crates.io

This commit is contained in:
lumi 2017-02-27 16:46:14 +01:00
commit 6628d12e13
4 changed files with 881 additions and 0 deletions

View file

@ -2,6 +2,16 @@
name = "sasl"
version = "0.1.0"
authors = ["lumi <lumi@pew.im>"]
description = "A crate for SASL authentication. Still needs a bunch of documenation."
homepage = "https://gitlab.com/lumi/sasl-rs"
repository = "https://gitlab.com/lumi/sasl-rs"
documentation = "https://docs.rs/sasl"
readme = "README.md"
keywords = ["sasl", "authentication"]
license = "LGPL-3.0+"
[badges]
gitlab = { repository = "lumi/sasl-rs" }
[dependencies]
openssl = "0.9.7"