appview/rust/Cargo.toml
Julia Lange 57c396afe7
handle all xrpc routes with NotImplemented
Supported routes can be added as they become available
2025-04-18 19:10:17 -07:00

12 lines
337 B
TOML

[package]
name = "rust"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { version = "0.8.3", features = ["json"] }
serde = "1.0.219"
serde_json = "1.0.140"
tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] }