celestial/Cargo.toml
2005 fb251b1f3c refactor
refactored the whole project, now its built up to event handlers with a commands folder for easy expendability
added a dm ignore feature
made a todo list
added a bit of logging
2024-05-08 22:37:29 +02:00

22 lines
528 B
TOML

[package]
name = "celestial"
version = "0.1.0"
edition = "2021"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.82"
derive-getters = "0.3.0"
derive_builder = "0.20.0"
dotenv = "0.15.0"
env_logger = "0.11.3"
envy = "0.4.2"
log = "0.4.21"
matrix-sdk = "0.7.1"
ollama-rs = {version="0.1.9", features = ["stream"]}
serde = "1.0.200"
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
tracing-subscriber = "0.3.15"