Skip to content

Commit

Permalink
Updating lib.rs and Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Nov 20, 2024
1 parent 1371b7a commit 6c7204a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions njord/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ sqlite = ["dep:rusqlite"]
mysql = ["dep:mysql"]
oracle = ["dep:oracle"]
mssql = ["dep:tiberius", "dep:tokio", "dep:tokio-util"]
mariadb = ["dep:mysql"]

[[test]]
name = "sqlite_tests"
Expand Down
3 changes: 3 additions & 0 deletions njord/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,6 @@ pub mod oracle;

#[cfg(feature = "mssql")]
pub mod mssql;

#[cfg(feature = "mariadb")]
pub mod mariadb;

0 comments on commit 6c7204a

Please sign in to comment.