auth-callback-watcher/Cargo.toml

15 lines
300 B
TOML

[package]
name = "tesla-auth-callback-watcher"
version = "0.2.0"
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"