Add tests for crate exports ; add structure to imports/exports
This commit is contained in:
parent
1b4a307919
commit
7991cef904
7 changed files with 77 additions and 32 deletions
|
|
@ -26,7 +26,6 @@ pin-project-lite = { version = "0.2" }
|
|||
# same repository dependencies
|
||||
sasl = { version = "0.5", path = "../sasl" }
|
||||
xmpp-parsers = { version = "0.21", path = "../parsers" }
|
||||
minidom = { version = "0.16", path = "../minidom" }
|
||||
xso = { version = "0.1", path = "../xso" }
|
||||
|
||||
# these are only needed for starttls ServerConnector support
|
||||
|
|
|
|||
Loading…
Reference in a new issue