feat(portal): add parallel DPD pilot portal

This commit is contained in:
igor04091968
2026-06-05 00:08:14 +03:00
parent 36fbcb1d63
commit a74fa24996
8 changed files with 608 additions and 0 deletions
@@ -0,0 +1,14 @@
[package]
name = "detmir-dpd-portal"
version = "0.1.0"
edition.workspace = true
rust-version.workspace = true
license.workspace = true
publish.workspace = true
[dependencies]
anyhow.workspace = true
clap.workspace = true
reqwest.workspace = true
serde_json.workspace = true
tiny_http.workspace = true