You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

20 lines
522 B

[package]
name = "backend"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = "0.6.16"
serde_json = "1.0.96"
tokio = { version = "1.27.0", features = ["full"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
ai_core = { git = "https://git.ruthenic.com/xTymon/ai-gui", rev = "a847557914" }
ron = "0.8.0"
once_cell = "1.17.1"
serde = { version = "1.0.160", features = ["derive"] }
anyhow = "1.0.70"
chrono = "0.4.24"