Atproto, move atproto to separate lib. Start converting to workspaces
This commit is contained in:
parent
45acaaa601
commit
6e97eb1899
15 changed files with 246 additions and 966 deletions
8
atproto/Cargo.toml
Normal file
8
atproto/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "atproto"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
atrium-api = { version = "0.25.3", default-features = false }
|
||||
lazy-regex = "3.4.1"
|
||||
Loading…
Add table
Add a link
Reference in a new issue