auth-callback-watcher/Cargo.toml

16 lines
367 B
TOML

[package]
name = "tesla-auth-callback-watcher"
version = "0.2.1"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rocket = "0.5.0"
log = "0.4.20"
env_logger = "0.11.1"
rand = "0.8"
lazy_static = "1.4"
reqwest = "0.11"
alex-utils = { git = "https://git.alexjanka.com/alex/alex-utils" }