diff options
Diffstat (limited to 'src/net/Cargo.toml')
-rw-r--r-- | src/net/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/Cargo.toml b/src/net/Cargo.toml index 03786686..a2674498 100644 --- a/src/net/Cargo.toml +++ b/src/net/Cargo.toml @@ -41,3 +41,5 @@ kuska-handshake.workspace = true opentelemetry = { workspace = true, optional = true } opentelemetry-contrib = { workspace = true, optional = true } +[dev-dependencies] +pretty_env_logger.workspace = true |