Skip to content

Commit f30c37b

Browse files
committed
expose Config
1 parent f30be3b commit f30c37b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ pub use batch::Batch;
6060
all(feature = "proxy", feature = "use-rustls")
6161
))]
6262
pub use client::*;
63-
pub use config::{ConfigBuilder, Socks5Config};
63+
pub use config::{Config, ConfigBuilder, Socks5Config};
6464
pub use types::*;

0 commit comments

Comments
 (0)