mirror of
https://github.com/natsukagami/youmubot.git
synced 2025-04-18 16:28:55 +00:00
14 lines
388 B
TOML
14 lines
388 B
TOML
[package]
|
|
name = "youmubot-db-sql"
|
|
version = "0.1.0"
|
|
authors = ["Natsu Kagami <nki@nkagami.me>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sqlx = { version = "0.5", features = ["runtime-tokio-rustls", "sqlite", "chrono", "offline"] }
|
|
thiserror = "1"
|
|
chrono = "0.4"
|
|
futures-util = "0.3"
|
|
either = "1"
|