initial commit
This commit is contained in:
commit
353b2579ea
8 changed files with 522 additions and 0 deletions
8
sasl/Cargo.toml
Normal file
8
sasl/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "sasl"
|
||||
version = "0.1.0"
|
||||
authors = ["lumi <lumi@pew.im>"]
|
||||
|
||||
[dependencies]
|
||||
openssl = "0.9.7"
|
||||
base64 = "0.4.0"
|
||||
Loading…
Reference in a new issue