20 lines
411 B
TOML
20 lines
411 B
TOML
[package]
|
|
name = "burp_exporter"
|
|
version = "0.1.0"
|
|
authors = ["Dustin C. Hatch <dustin@hatch.name>"]
|
|
license = "MIT OR Apache-2.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
openssl = "^0.10.38"
|
|
tokio-native-tls = "^0.3.0"
|
|
tracing = "^0.1.30"
|
|
|
|
[dependencies.tokio]
|
|
version = "^1.16.1"
|
|
features = ["io-util", "macros", "net", "rt", "signal"]
|
|
|
|
[dependencies.tracing-subscriber]
|
|
version = "^0.3.8"
|
|
features = ["env-filter"]
|