15 lines
299 B
TOML
15 lines
299 B
TOML
|
|
[package]
|
||
|
|
name = "api"
|
||
|
|
version = "0.1.0"
|
||
|
|
edition = "2024"
|
||
|
|
|
||
|
|
[dependencies]
|
||
|
|
atproto.workspace = true
|
||
|
|
axum = { version = "0.8.3", features = ["json"] }
|
||
|
|
http = "1.3.1"
|
||
|
|
serde.workspace = true
|
||
|
|
serde_json.workspace = true
|
||
|
|
tokio.workspace = true
|
||
|
|
tracing-subscriber.workspace = true
|
||
|
|
tracing.workspace = true
|