Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions adapters/remote/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ serde_json = "1"
sha2 = "0.10"

[dev-dependencies]
# The behavioural contract suite, run against these adapters over their own
# native doubles (issue #18 §E1, acceptance criterion 5).
tinymemory-conformance = { path = "../../conformance" }
# Adapter tests run lightweight native-API doubles over a real TCP transport.
axum = { version = "0.8", features = ["multipart"] }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "net"] }
Expand Down
Loading
Loading