Atproto, add sqlx support
Moves sqlx to workspace so this touches DB and workspace
This commit is contained in:
parent
8195ded307
commit
c1b5b774d5
6 changed files with 49 additions and 0 deletions
|
|
@ -8,7 +8,12 @@ atrium-api = { version = "0.25.3", default-features = false }
|
|||
lazy-regex = "3.4.1"
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
sqlx = { workspace = true, optional = true }
|
||||
time = { version = "0.3.41", features = ["parsing", "formatting"] }
|
||||
tracing-subscriber.workspace = true
|
||||
tracing.workspace = true
|
||||
thiserror.workspace = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
sqlx-support = ["dep:sqlx"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue