p4bl0t/Cargo.toml

22 lines
666 B
TOML
Raw Permalink Normal View History

2023-11-22 20:38:21 +00:00
[package]
name = "p4bl0t"
2024-01-18 22:22:31 +00:00
version = "1.0.1"
2023-11-22 20:38:21 +00:00
edition = "2021"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
license-file = "LICENSE.md"
description = "A simple logging Discord bot."
readme = "README.md"
homepage = "https://github.com/phundrak/p4bl0t"
repository = "https://github.com/phundrak/p4bl0t"
keywords = ["discord", "bot", "logging"]
publish = false
build = "build.rs"
2023-11-22 20:38:21 +00:00
[dependencies]
color-eyre = "0.6.2"
poise = { version = "0.6.1" }
sqlx = { version = "0.7.3", features = ["sqlite", "tls-rustls", "runtime-tokio-rustls"] }
2023-11-22 20:38:21 +00:00
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"