Initial commit

This commit is contained in:
2026-03-20 18:40:08 +01:00
commit bf53d92d49
10 changed files with 1502 additions and 0 deletions

19
Cargo.toml Normal file
View File

@@ -0,0 +1,19 @@
[package]
name = "agent-sandbox"
version = "0.1.0"
edition = "2024"
[lib]
name = "agent_sandbox"
path = "src/lib.rs"
[[bin]]
name = "agent-sandbox"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
glob = "0.3"
[dev-dependencies]
tempfile = "3"