aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2018-12-17 20:23:06 +0100
committerHarald Eilertsen <haraldei@anduin.net>2018-12-17 20:24:22 +0100
commitbde7175e5bbcc7f31b52d28bc53e5746528db9b4 (patch)
tree9b17c770671d4a9cd8f67bdbd862cb2c61639f56 /Cargo.toml
downloadicaltool-bde7175e5bbcc7f31b52d28bc53e5746528db9b4.tar.gz
icaltool-bde7175e5bbcc7f31b52d28bc53e5746528db9b4.tar.bz2
icaltool-bde7175e5bbcc7f31b52d28bc53e5746528db9b4.zip
Initial commit.
Just print the event found with start time, end time and summary. It's a start of some sort.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 9 insertions, 0 deletions
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