From ec3293d22ced4406e4f7304b0589ec5fc967b099 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 22 Aug 2024 12:13:05 -0700 Subject: Initial commit. Implement EorzeanTime --- Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Cargo.toml (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..e210e37 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "ffxiv-chronowatcher" +version = "0.1.0" +edition = "2021" + +[dependencies] +chrono = "0.4.38" -- cgit v1.2.3