Added Telemetry

closes #8
This commit is contained in:
brotoskyj
2026-01-15 14:32:28 -05:00
parent 0ae38b0e01
commit 6169e6065d
6 changed files with 492 additions and 19 deletions
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
cargo clean
cargo fmt
cargo clippy --fix --all-targets --allow-dirty
cargo build --release
cargo build --release --target x86_64-pc-windows-gnu