diff options
author | dfhoughton <dfhoughton@gmail.com> | 2021-03-28 05:54:43 -0400 |
---|---|---|
committer | dfhoughton <dfhoughton@gmail.com> | 2021-03-28 05:54:43 -0400 |
commit | 4ac8445e83f71c291a128e92fd9248aec5efe6a0 (patch) | |
tree | 7a24b3ae1c292f39ffa610d582a6a57bfca70335 /Cargo.toml | |
parent | 6d0172d1318e43c90ba4805a746ca6331c8a663a (diff) | |
download | two-timer-4ac8445e83f71c291a128e92fd9248aec5efe6a0.zip |
changing to a more permissive license
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "two_timer" -version = "2.2.0" +version = "2.2.1" authors = ["dfhoughton <dfhoughton@gmail.com>"] description="parser for English time expressions" homepage="https://github.com/dfhoughton/two-timer" @@ -8,7 +8,7 @@ repository="https://github.com/dfhoughton/two-timer" documentation = "https://docs.rs/two_timer" keywords=["time", "nlp", "parse"] categories=["date-and-time", "parsing"] -license="GPL-2.0" +license="MIT" edition = "2018" [profile.release] |