diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-13 13:54:37 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-15 12:15:33 +0100 |
commit | 5766befb245efba7d9241e2e2c68bcf4ed28d7a4 (patch) | |
tree | 64d8cc62a6fc6363a0263dc3609b9aae61115c22 /src/net/Cargo.toml | |
parent | 5ea24254a91c3794ceb69e68c940b13f5447f40c (diff) | |
download | garage-5766befb245efba7d9241e2e2c68bcf4ed28d7a4.tar.gz garage-5766befb245efba7d9241e2e2c68bcf4ed28d7a4.zip |
[import-netapp] fix tests
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 |