L-Nafaryus
6b4eb7c271
Some checks failed
nix-build-publish / build (push) Failing after 2m3s
test telegram api flake: add missed ssl libraries
19 lines
503 B
TOML
19 lines
503 B
TOML
[package]
|
|
name = "oscuro-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Core of a fancy discord bot Oscuro"
|
|
license = "MIT"
|
|
repository = "https://vcs.elnafo.ru/L-Nafaryus/oscuro"
|
|
publish = ["vcs-elnafo"]
|
|
|
|
[dependencies]
|
|
poise = "0.6.1"
|
|
rand = "0.8.5"
|
|
serde = { version = "1.0.198", features = ["derive"] }
|
|
serde_json = "1.0.116"
|
|
teloxide = { version = "0.12.2", features = ["macros"] }
|
|
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }
|
|
toml = "0.8.12"
|
|
tracing = "0.1.37"
|