-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
31 lines (29 loc) · 1.02 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[package]
name = "plantita_ayudante"
version = "0.2.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# Necesario para que songbird pueda reproducir archivos de audio
symphonia = { version = "0.5.4", features = ["aac", "mp3", "isomp4", "alac"] }
poise = "0.6.1"
tokio = "1.28.1"
serenity = "0.12.0"
songbird = { version = "0.4.6", features = ["builtin-queue"] }
serde = "1.0.164"
serde_json = "1.0.128"
bon = "3.0.2"
reqwest = "0.11.22"
env_logger = "0.10.0"
dotenvy = "0.15.7"
chrono = "0.4.26"
pretty_env_logger = "0.5.0"
surrealdb = "2.1.4"
thiserror = "1.0.49"
image = "0.24.7"
regex = "1.10.2"
openai-api-rs = "4.1.0"
uuid = { version = "1.10.0", features = ["v4"] }
plantita_welcomes = { git = "https://github.com/CrawKatt/plantita_welcomes.git", features = ["create_phrases", "create_welcome"] }
plantita_audio = { git = "https://github.com/CrawKatt/plantita_audio.git" }
plantita_macros = { git = "https://github.com/CrawKatt/plantita_macros.git" }