This commit is contained in:
Dmitry Fedotov
2025-01-11 02:55:05 +03:00
commit aae44cd587
6 changed files with 62 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "rttt"
version = "0.1.0"
edition = "2021"
[dependencies]
[[bin]]
name = "rttt"
path = "main.rs"