adding validated services? patching forcad_local.py
This commit is contained in:
17
ctfcup2025-school-final/checkers/sonobank/Cargo.toml
Normal file
17
ctfcup2025-school-final/checkers/sonobank/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "checker"
|
||||
edition = "2024"
|
||||
version = "0.1.0"
|
||||
|
||||
[[bin]]
|
||||
name = "checker"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.100"
|
||||
sysex = { path = "./service_src/crates/sysex" }
|
||||
crypto = { path = "./service_src/crates/crypto" }
|
||||
uuid = { version = "1.18.1", features = ["v4", "serde"] }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
hex = "0.4.3"
|
||||
Reference in New Issue
Block a user