This commit is contained in:
2025-05-03 00:56:05 +08:00
commit 73a774e9c8
4 changed files with 412 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "find-symbol"
version = "0.1.0"
edition = "2021"
[dependencies]
walkdir = "2"
rayon = "1.5"
clap = { version = "4", features = ["derive"] }