2024-04-19 00:54:21 +05:00
|
|
|
[package]
|
|
|
|
name = "oscuro-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
2024-04-27 01:33:20 +05:00
|
|
|
description = "Core of a fancy discord bot Oscuro"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://vcs.elnafo.ru/L-Nafaryus/oscuro"
|
2024-04-27 12:52:43 +05:00
|
|
|
publish = ["vcs-elnafo"]
|
2024-04-19 00:54:21 +05:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
poise = "0.6.1"
|
2024-04-26 16:44:22 +05:00
|
|
|
rand = "0.8.5"
|
2024-04-19 00:54:21 +05:00
|
|
|
serde = { version = "1.0.198", features = ["derive"] }
|
|
|
|
serde_json = "1.0.116"
|
2024-07-10 01:23:07 +05:00
|
|
|
teloxide = { version = "0.12.2", features = ["macros"] }
|
2024-04-19 00:54:21 +05:00
|
|
|
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }
|
|
|
|
toml = "0.8.12"
|
|
|
|
tracing = "0.1.37"
|