From bde7175e5bbcc7f31b52d28bc53e5746528db9b4 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Mon, 17 Dec 2018 20:23:06 +0100 Subject: Initial commit. Just print the event found with start time, end time and summary. It's a start of some sort. --- Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..f8ee1dd --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "icaltool" +version = "0.1.0" +authors = ["haraldei"] +edition = "2018" + +[dependencies] +chrono = "0.4.6" +ical = "0.5.0" \ No newline at end of file -- cgit v1.2.3