2026-06-14 13:55:38 +02:00
|
|
|
[package]
|
|
|
|
|
name = "pmourlsource"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
pmosource = { path = "../pmosource", features = ["server"] }
|
|
|
|
|
pmodidl = { path = "../pmodidl" }
|
|
|
|
|
async-trait = { workspace = true }
|
|
|
|
|
tokio = { workspace = true }
|
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
|
tracing = { workspace = true }
|
2026-06-14 15:30:23 +02:00
|
|
|
futures = { workspace = true }
|
2026-06-14 13:55:38 +02:00
|
|
|
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "gzip"] }
|
|
|
|
|
url = "2"
|