tangled.org trending bluesky account
1[workspace]
2members = ['atproto_api', "bot", "logic", "slingshot"]
3resolver = "2"
4
5[workspace.dependencies]
6atproto_api = { path = "atproto_api" }
7atrium-api = "0.25.5"
8atrium-common = "0.1.2"
9atrium-identity = "0.1.6"
10atrium-oauth = "0.1.4"
11atrium-xrpc = "0.12.3"
12atrium-xrpc-client = "0.5.14"
13bsky-sdk = "0.1.21"
14clap = { version = "4.0", features = ["derive"] }
15log = "0.4.27"
16logic = { path = "logic" }
17serde = { version = "1.0.219", features = ["derive"] }
18serde_json = "1.0.145"
19rocketman = "0.2.5"
20tokio = { version = "1.45.0", features = ["full"] }
21wasm-bindgen = { version = "0.2.100", features = ["default", "serde_json"] }
22web-sys = "0.3.77"
23gloo = "0.11.0"
24gloo-utils = "0.2.0"
25reqwest = { version = "0.12", features = ["json", "charset", "rustls-tls", "gzip"] }
26slingshot = { path = "slingshot" }