initial commit
This commit is contained in:
commit
18327f522c
11 changed files with 1145 additions and 0 deletions
7
src/lib.rs
Normal file
7
src/lib.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
extern crate xml;
|
||||
extern crate openssl;
|
||||
|
||||
pub mod ns;
|
||||
pub mod transport;
|
||||
pub mod error;
|
||||
pub mod jid;
|
||||
Loading…
Reference in a new issue