jinx/Cargo.toml

14 lines
334 B
TOML

[package]
name = "jinx"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.33"
reqwest = "0.11.23"
sqlx = {version = "0.7.3", features=["mysql", "runtime-tokio-rustls"]}
tokio = { version = "1.35.1", features = ["full"]}