Skip to content

Commit 3b28545

Browse files
committed
Expose new structures
1 parent 6cbfcf8 commit 3b28545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ mod types;
509509
mod version;
510510

511511
pub use crate::auth::ClientCertificate;
512-
pub use crate::config::{Config, ConfigBuilder, Database};
512+
pub use crate::config::{BackoffConfig, BackoffConfigBuilder, Config, ConfigBuilder, Database};
513513
pub use crate::errors::{
514514
Error, Neo4jClientErrorKind, Neo4jError, Neo4jErrorKind, Neo4jSecurityErrorKind, Result,
515515
};

0 commit comments

Comments
 (0)