mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-08-26 15:02:18 +08:00
Move from json crate to jzon (json is no longer maintained)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
use rusqlite::{Connection, ToSql};
|
||||
use json::{JsonValue, array};
|
||||
use jzon::{JsonValue, array};
|
||||
|
||||
pub struct SQLite {
|
||||
path: String
|
||||
|
||||
Reference in New Issue
Block a user