diff options
author | dfhoughton <dfhoughton@gmail.com> | 2019-11-24 16:35:21 -0500 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2019-11-24 16:35:21 -0500 |
commit | ed7085881a6005f96399dfaaa8f84bdcd596ee02 (patch) | |
tree | c81548fbbd5f7bc12154cd4311d1f130775de583 /Cargo.toml | |
parent | 217ec4144c4a4a90e81c7407728fe3ce00cff872 (diff) | |
download | two-timer-ed7085881a6005f96399dfaaa8f84bdcd596ee02.zip |
new small_grammar feature
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "two_timer" -version = "1.2.1" +version = "1.3.0" authors = ["dfhoughton <dfhoughton@gmail.com>"] description="parser for English time expressions" homepage="https://github.com/dfhoughton/two-timer" @@ -19,4 +19,7 @@ pidgin = "0.4" lazy_static = "1.4" chrono = "0.4" regex = "1" -serde_json = "1"
\ No newline at end of file +serde_json = "1" + +[features] +small_grammar = [] |