19 lines
347 B
TOML
19 lines
347 B
TOML
[package]
|
|
|
|
name = "debug_proxy"
|
|
version = "0.1.0"
|
|
authors = ["Trish"]
|
|
edition = "2018"
|
|
license = "AGPL-3.0"
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1.0.34"
|
|
http = "0.2.1"
|
|
hyper = "0.13.8"
|
|
reqwest = { version = "0.10.8", features = ["stream"] }
|
|
tokio = { version = "0.2.22", features = ["full"] }
|
|
tracing = "0.1.21"
|
|
tracing-subscriber = "0.2.15"
|
|
ulid = "0.4.1"
|