feat: scaffold ug-parser infrastructure crate

This commit is contained in:
2026-04-08 01:40:26 +02:00
parent a5897a29d8
commit 6435d92f8c
5 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "ug-parser"
version = "0.1.0"
edition = "2024"
[dependencies]
domain = { path = "../../domain" }
anyhow = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
reqwest = { workspace = true }
scraper = { workspace = true }
async-trait = { workspace = true }