diff --git a/Cargo.toml b/Cargo.toml index 495260f3..00cfa934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" readme = "README.md" repository = "https://github.com/oxc-project/oxc_resolver" rust-version = "1.60" -include = ["/src", "/examples"] +include = ["/src", "/examples", "/benches"] [lib] doctest = false