From d33fbac4a8278cb4b17a7ea8ec6fb54c27166b1a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 18 Dec 2018 21:35:07 +0100 Subject: Use regex for matching values. Decided on the regex crate to begin with. An alternative with a more complete regex implementation is the onig crate. If we find we need more powerful regexes, we may switch to that later. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f8ee1dd..addd426 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,5 @@ edition = "2018" [dependencies] chrono = "0.4.6" -ical = "0.5.0" \ No newline at end of file +ical = "0.5.0" +regex = "1.1.0" -- cgit v1.2.3