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