diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -5,10 +5,7 @@ license-file = "LICENSE-MIT" authors = ["Weicao-CatilGrass (GitHub)"] [features] -all = [ - "utils", - "lib", -] +all = ["utils", "lib"] utils = [ "cfg_file", "data_struct", @@ -80,6 +77,13 @@ strip = "symbols" chrono = "0.4" toml = "0.9" +[dev-dependencies] +criterion = "0.8" + +[[bench]] +name = "sheet_benchmark" +harness = false + [dependencies] # ffi jvlib = { path = "ffi" } |
