oscuro/Cargo.toml

25 lines
626 B
TOML
Raw Permalink Normal View History

2023-07-01 12:05:23 +05:00
[package]
name = "oscuro"
2024-07-25 12:48:09 +05:00
version = "0.1.1"
2023-07-01 12:05:23 +05:00
edition = "2021"
2024-07-25 12:48:09 +05:00
description = "Oscuro is a fancy multibot"
2024-04-27 01:33:20 +05:00
license = "MIT"
repository = "https://vcs.elnafo.ru/L-Nafaryus/oscuro"
2024-04-27 12:52:43 +05:00
publish = ["vcs-elnafo"]
2023-07-01 12:05:23 +05:00
[dependencies]
2024-07-25 12:48:09 +05:00
async-process = "2.2.3"
poise = "0.6.1"
rand = "0.8.5"
serde = { version = "1.0.204", features = ["derive"] }
serde_json = "1.0.120"
teloxide = { version = "0.12.2", features = ["macros"] }
tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] }
2024-07-25 12:48:09 +05:00
toml = "0.8.15"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
[workspace]
resolver = "2"
2024-07-25 12:48:09 +05:00
members = []