diff options
| author | Pinapelz <yukais@pinapelz.com> | 2024-08-22 20:28:38 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-08-22 20:28:38 -0700 |
| commit | 0e69cec02fe26114bc1abf1c5470c0053d0ceaa4 (patch) | |
| tree | 46cea4da7683cbaaa4373b6ebdda194ee3f052b5 /Cargo.toml | |
| parent | 8ead45811875a045faca7b600c9709fc6d06c94b (diff) | |
cleanup files for packaging
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ [package] name = "ffxiv-chronowatcher" -version = "0.1.0" +version = "0.0.1" edition = "2021" +exclude = [ + "src/main.rs", +] [dependencies] chrono = "0.4.38" |
