baichat-rs/Cargo.toml

22 lines
689 B
TOML

[package]
name = "baichat-rs"
version = "0.1.0"
edition = "2021"
authors = ["0xMRTT <0xMRTT@proton.me>"]
description = "BAI Chat/ThebAI in Rust"
readme = "README.md"
homepage = "https://bavarder.codeberg.page/code/baichat_rs/"
repository = "https://codeberg.org/Bavarder/baichat-rs"
license = "GPL-3.0-or-later"
keywords = ["ai", "theb", "baichat"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
ratmom = "0.1.0"
reqwest = { version = "0.11.18", features = ["json"] }
reqwest-eventsource = "0.4.0"
serde = { version = "1.0.164", features = ["derive"] }
serde_json = "1.0.97"
tokio = { version = "1", features = ["full"] }