my fork of dmp
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -1,6 +1,6 @@ [package] name = "diff-match-patch-rs" -version = "0.1.0-beta.2" +version = "0.1.0-beta.3" edition = "2021" authors = ["Anubhab Bandyopadhyay"] repository = "https://github.com/AnubhabB/diff-match-patch-rs.git" @@ -26,12 +26,8 @@ criterion = "0" name = "diff" harness = false -# [[bench]] -# name = "bisect" -# harness = false +[[example]] +name = "efficiency" -# [profile.bench] -# debug = true - -# [profile.release] -# debug = true
\ No newline at end of file +[[example]] +name = "compat"
\ No newline at end of file |