mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-12 00:30:11 +00:00
feat(api): init rust rewrite
This commit is contained in:
parent
5da3c84bce
commit
5440386969
24 changed files with 2443 additions and 586 deletions
18
services/api/Cargo.toml
Normal file
18
services/api/Cargo.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "api"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.69"
|
||||
axum = "0.6.4"
|
||||
fred = { version = "5.2.0", default-features = false, features = ["tracing", "pool-prefer-active"] }
|
||||
http = "0.2.8"
|
||||
hyper-reverse-proxy = "0.5.1"
|
||||
lazy_static = "1.4.0"
|
||||
libpk = { path = "../../lib/libpk" }
|
||||
tokio = { version = "1.25.0", features = ["full"] }
|
||||
tower = "0.4.13"
|
||||
tracing = "0.1.37"
|
||||
Loading…
Add table
Add a link
Reference in a new issue