Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajjon committed Dec 13, 2023
1 parent 813ce09 commit 8e75ca8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# https://stackoverflow.com/a/71461114/1311272
[package]
name = "tests"
version = "0.1.0"
edition = "2021"
publish = false

[dev-dependencies]
identified_vec = { path = "../identified_vec", features = ["id_prim", "serde"] }
identified_vec_macros = { path = "../identified_vec_macros" }
serde = "1.0.193"
serde_json = "1.0.108"
rand = "0.8.5"
maplit = "1.0.2"

[[test]]
name = "integration_tests"
path = "tests.rs"

0 comments on commit 8e75ca8

Please sign in to comment.