Skip to content

Commit

Permalink
cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Jul 12, 2023
1 parent 5bb6c4e commit 007d867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provider/datagen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ simple_logger = { version = "4.1.0", default-features = false, optional = true }
icu = { path = "../../components/icu" }
glob = "0.3.1"
dhat = "0.3.0"
simple_logger = { version = "4.1.0", default-features = false }

[features]
default = ["bin", "use_wasm", "networking", "legacy_api", "rayon"]
Expand All @@ -120,6 +121,7 @@ required-features = ["bin"]
[[test]]
name = "make-testdata"
path = "tests/make-testdata.rs"
required-features = ["provider_fs", "use_wasm"]

[package.metadata.cargo-all-features]
# We don't need working CPT builders for check
Expand Down

0 comments on commit 007d867

Please sign in to comment.