add leadfinder, add double pendulum

This commit is contained in:
2026-04-01 17:24:51 +02:00
parent cfd761c70c
commit 22106a8170
30 changed files with 8147 additions and 18441 deletions

7
leadfinder/Cargo.lock generated
View File

@@ -638,6 +638,12 @@ dependencies = [
"hashbrown",
]
[[package]]
name = "inline_colorization"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc1804bdb6a9784758b200007273a8b84e2b0b0b97a8f1e18e763eceb3e9f98a"
[[package]]
name = "ipnet"
version = "2.12.0"
@@ -716,6 +722,7 @@ dependencies = [
"clap",
"csv",
"dotenv",
"inline_colorization",
"reqwest",
"serde",
"serde_json",