connection-tester: add nymd-client cfg

This commit is contained in:
Jon Häggblad
2022-03-29 09:28:42 +02:00
parent 700f6a4e98
commit e91e6943c6
@@ -2,6 +2,7 @@
// SPDX-License-Identifier: Apache-2.0
pub mod client;
#[cfg(feature = "nymd-client")]
pub mod connection_tester;
mod error;
#[cfg(feature = "nymd-client")]