Compare commits
3 commits
4a767ea1ad
...
7274be1d91
| Author | SHA1 | Date | |
|---|---|---|---|
| 7274be1d91 | |||
| c1b5b774d5 | |||
| 8195ded307 |
1 changed files with 3 additions and 2 deletions
|
|
@ -4,8 +4,9 @@ version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
thiserror = "2.0.12"
|
||||||
|
atproto.workspace = true
|
||||||
async-trait.workspace = true
|
async-trait.workspace = true
|
||||||
atproto = { workspace = true, features = ["sqlx-support"] }
|
atproto = { workspace = true, features = ["sqlx-support"] }
|
||||||
sqlx.workspace = true
|
sqlx = { version = "0.8.6", features = ["postgres", "runtime-tokio"] }
|
||||||
thiserror.workspace = true
|
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue