mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 01:58:16 +00:00
core: Make JSON support configurable
This adds a `json` feature flag, which allows users to disable JSON support if needed.
This commit is contained in:
parent
fe75ed275e
commit
cd5db55cf2
5 changed files with 25 additions and 7 deletions
|
@ -1,6 +1,7 @@
|
|||
mod error;
|
||||
mod function;
|
||||
mod io;
|
||||
#[cfg(feature = "json")]
|
||||
mod json;
|
||||
mod pseudo;
|
||||
mod schema;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue