Create tim_tool project

This commit is contained in:
2025-01-21 18:17:11 +00:00
parent 6fc9b80477
commit 89c81798b4
5 changed files with 29 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
[package]
name = "tim_tool"
version = "0.1.0"
edition = "2021"
[profile.release]
panic = "abort"
[dependencies]