initial commit
This commit is contained in:
commit
18327f522c
11 changed files with 1145 additions and 0 deletions
8
Cargo.toml
Normal file
8
Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "xmpp"
|
||||
version = "0.1.0"
|
||||
authors = ["lumi <lumi@pew.im>"]
|
||||
|
||||
[dependencies]
|
||||
xml-rs = "*"
|
||||
openssl = "*"
|
||||
Loading…
Reference in a new issue