[package] name = "youmubot-db-sql" version = "0.1.0" authors = ["Natsu Kagami "] 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"