Skip to content

Commit

Permalink
remove rstest and add glob dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 24, 2023
1 parent 996007e commit 0605750
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Code/itf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ malachite-common = { version = "0.1.0", path = "../common" }
malachite-vote = { version = "0.1.0", path = "../vote" }
malachite-test = { version = "0.1.0", path = "../test" }
num-bigint = { version = "0.4", features = ["serde"] }
rstest = { version = "0.18.2", default-features = false }
serde = { workspace = true, features = ["derive"] }
serde_with = { version = "3.4.0" }

[dev-dependencies]
glob = "0.3.1"

0 comments on commit 0605750

Please sign in to comment.