From 5d9cb68ba21f338b4c4618ed2eafae76680d79dc Mon Sep 17 00:00:00 2001 From: Mx Kookie Date: Thu, 12 Nov 2020 19:34:24 +0100 Subject: cassiopeia: init project This is the beginning of a Rust re-implementation of the original ruby scripts. cassiopeia is a simple time tracking tool, that integrates into the larger ecosystem of project management tools that I use to organise my business. --- apps/cassiopeia/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 apps/cassiopeia/Cargo.toml (limited to 'apps/cassiopeia/Cargo.toml') diff --git a/apps/cassiopeia/Cargo.toml b/apps/cassiopeia/Cargo.toml new file mode 100644 index 000000000000..db7acbd1ba77 --- /dev/null +++ b/apps/cassiopeia/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "cassiopeia" +version = "0.1.0" +authors = ["Mx Kookie "] +edition = "2018" + +[dependencies] +chrono = "*" \ No newline at end of file -- cgit v1.2.3