mirror of
https://github.com/atuinsh/atuin.git
synced 2025-08-18 02:50:38 +02:00
fix(build): enable sqlite feature for sqlite server (#2848)
This commit is contained in:
@@ -17,7 +17,7 @@ eyre = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
time = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
sqlx = { workspace = true }
|
||||
sqlx = { workspace = true, features = ["sqlite", "regexp"] }
|
||||
async-trait = { workspace = true }
|
||||
uuid = { workspace = true }
|
||||
metrics = "0.21.1"
|
||||
|
Reference in New Issue
Block a user