diff options
| author | Max Audron <audron@cocaine.farm> | 2021-09-07 12:53:01 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-09-07 12:53:01 +0200 |
| commit | d69a7f9405444e86475f615f91ba6c924a293096 (patch) | |
| tree | f0434edb78d4954db9da5787397fdd514aa6c736 /Cargo.toml | |
| parent | handle error cases in sed module (diff) | |
put benchmark behind feature flag we can compile using stable rust
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,5 +29,10 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" +[features] +default = [] + +bench = [] + [workspace] members = ["macros"] |
