From 0e69cec02fe26114bc1abf1c5470c0053d0ceaa4 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 22 Aug 2024 20:28:38 -0700 Subject: cleanup files for packaging --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index b4c9dcc..22f8a6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3