mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-02 14:58:56 +08:00
Add optional support for rust-url
This commit is contained in:
@@ -66,6 +66,8 @@ mod from_sql;
|
||||
mod serde_json;
|
||||
mod time;
|
||||
mod to_sql;
|
||||
#[cfg(feature = "url")]
|
||||
mod url;
|
||||
mod value;
|
||||
mod value_ref;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user