1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-03 14:10:41 +02:00
nushell/crates/old/nu_plugin_to_sqlite/src/lib.rs
2022-03-04 09:36:03 -05:00

5 lines
53 B
Rust

mod nu;
mod to_sqlite;
pub use to_sqlite::ToSqlite;