diff --git a/standard/Cargo.toml b/standard/Cargo.toml index 5900877..deedab1 100644 --- a/standard/Cargo.toml +++ b/standard/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = """ selium-std is a dependent crate of Selium. Do not use directly. """ -include = ["src/**/*"] +include = ["src/**/*", "benches/**/*"] edition.workspace = true authors.workspace = true license.workspace = true