appview/entryway/Cargo.toml
Julia Lange cd2e03811e
Api, split into Api, Entryway, and Router
For a lil side project I need to make an Entryway, and I already have
enough infrastructure here that I don't want to redo anything.
2025-07-02 10:36:30 -07:00

14 lines
278 B
TOML

[package]
name = "entryway"
version = "0.1.0"
edition = "2024"
[dependencies]
atproto.workspace = true
router.workspace = true
http = "1.3.1"
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true