Skip to content

Commit 7079121

Browse files
authored
DRIVERS-1713 Convert change stream spec tests to the unified format. (#570)
1 parent d626f70 commit 7079121

20 files changed

+10459
-22
lines changed

etc/change_stream_legacy/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

etc/change_stream_legacy/Cargo.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
[package]
2+
name = "change_stream_legacy"
3+
authors = ["Abraham Egnor <[email protected]>"]
4+
version = "0.1.0"
5+
edition = "2021"
6+
7+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8+
9+
[dependencies]
10+
serde = { version = "1.0", features = ["derive"] }
11+
serde_with = "1.11"
12+
serde_yaml = "0.8"
13+
clap = { version = "3.0.13", features = ["derive"] }

0 commit comments

Comments
 (0)