test bindings in an integration-tests crate

This commit is contained in:
Dustin J. Mitchell 2022-01-25 01:27:24 +00:00
parent 56a805151d
commit c006cbe8e5
29 changed files with 4389 additions and 7123 deletions

View file

@ -5,5 +5,6 @@ members = [
"cli",
"sync-server",
"replica-server-tests",
"lib"
"lib",
"integration-tests",
]