diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-22 12:13:05 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-22 12:13:05 -0700 |
| commit | ec3293d22ced4406e4f7304b0589ec5fc967b099 (patch) | |
| tree | 631f47fe3f28aa75e1b41c56ab131fd5dd987201 /Cargo.toml | |
Initial commit. Implement EorzeanTime
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
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" |
