From 6bdbbc93e37348f704caf75d2418b0992efbfa5b Mon Sep 17 00:00:00 2001 From: Boshen Date: Mon, 18 Dec 2023 14:36:42 +0800 Subject: [PATCH] chore: include benches --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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