mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-19 00:38:54 +00:00
20 lines
434 B
TOML
20 lines
434 B
TOML
[package]
|
|
name = "youmubot-db"
|
|
version = "0.1.0"
|
|
authors = ["Natsu Kagami <natsukagami@gmail.com>"]
|
|
edition = "2021"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
serenity = "0.12"
|
|
dotenv = "0.15.0"
|
|
serde = { version = "1.0.137", features = ["derive"] }
|
|
chrono = "0.4.19"
|
|
|
|
[dependencies.rustbreak]
|
|
version = "2.0.0"
|
|
features = ["yaml_enc"]
|