5d3b77f1cd
Change dashboards to load an index.html file compiled otherwise
23 lines
830 B
TOML
23 lines
830 B
TOML
[package]
|
|
name = "reminder_web"
|
|
version = "0.1.4"
|
|
authors = ["jellywx <judesouthworth@pm.me>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master", features = ["tls", "secrets", "json"] }
|
|
rocket_dyn_templates = { git = "https://github.com/SergioBenitez/Rocket", branch = "master", features = ["tera"] }
|
|
serenity = { version = "0.11", default-features = false, features = ["builder", "cache", "client", "gateway", "http", "model", "utils", "rustls_backend"] }
|
|
oauth2 = "4"
|
|
log = "0.4"
|
|
reqwest = "0.11"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
sqlx = { version = "0.7", features = ["runtime-tokio-rustls", "macros", "mysql", "chrono", "json"] }
|
|
chrono = "0.4"
|
|
chrono-tz = "0.8"
|
|
lazy_static = "1.4.0"
|
|
rand = "0.8"
|
|
base64 = "0.13"
|
|
csv = "1.2"
|
|
prometheus = "0.13.3"
|