Init commit.

This commit is contained in:
sleepwithoutbz
2025-10-30 17:21:49 +08:00
commit e8d73e61cd
4 changed files with 303 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "rtool"
version = "0.1.0"
edition = "2024"
[dependencies]
base64 = "0.22.1"
clap = { version = "4.5.50", features = ["derive"] }