auth-callback-watcher/Cargo.toml

15 lines
300 B
TOML
Raw Normal View History

2024-02-11 14:16:43 +11:00
[package]
2024-02-12 08:35:14 +11:00
name = "tesla-auth-callback-watcher"
version = "0.2.0"
2024-02-11 14:16:43 +11:00
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"
2024-02-12 08:35:14 +11:00
rand = "0.8"
lazy_static = "1.4"
reqwest = "0.11"