aboutsummaryrefslogtreecommitdiff
path: root/apps/cassiopeia/Cargo.toml
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2020-11-12 19:34:24 +0100
committerMx Kookie <kookie@spacekookie.de>2020-12-21 05:19:47 +0100
commit5d9cb68ba21f338b4c4618ed2eafae76680d79dc (patch)
tree6c951d2e156aa2c4d7a991016c7e17fa1fb7e79b /apps/cassiopeia/Cargo.toml
parent13cb8de4b6904679c9cab4d8396db6aa0d593a5b (diff)
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.
Diffstat (limited to 'apps/cassiopeia/Cargo.toml')
-rw-r--r--apps/cassiopeia/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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 <kookie@spacekookie.de>"]
+edition = "2018"
+
+[dependencies]
+chrono = "*" \ No newline at end of file