mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-07-18 20:25:50 +00:00
15 lines
376 B
TOML
15 lines
376 B
TOML
[workspace]
|
|
members = [
|
|
"probe",
|
|
"querying",
|
|
"reporter",
|
|
"reports",
|
|
"website",
|
|
]
|
|
resolver = "3"
|
|
|
|
[workspace.dependencies]
|
|
tokio = { version = "1.51.1", features = ["full"] }
|
|
reqwest = { version = "0.12.24", default-features = false, features = ["stream", "rustls-tls-webpki-roots", "json"] }
|
|
log = "0.4.29"
|
|
serde = { version = "1", features = ["derive"] }
|