first crime

This commit is contained in:
Zakaria
2026-04-01 15:40:30 -04:00
commit cdbc6179cb
181 changed files with 42230 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
.clawd-agents/
+18
View File
@@ -0,0 +1,18 @@
[package]
name = "tools"
version.workspace = true
edition.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
api = { path = "../api" }
plugins = { path = "../plugins" }
runtime = { path = "../runtime" }
reqwest = { version = "0.12", default-features = false, features = ["blocking", "rustls-tls"] }
serde = { version = "1", features = ["derive"] }
serde_json.workspace = true
tokio = { version = "1", features = ["rt-multi-thread"] }
[lints]
workspace = true
File diff suppressed because it is too large Load Diff