Updated Dependencies

Added dependencies into the Cargo.toml file and updated .gitignore to
ignore files associated with this project that are secret.
This commit is contained in:
2024-12-15 15:29:55 -05:00
parent e6921c524d
commit 908094d91d
2 changed files with 19 additions and 0 deletions

9
Cargo.toml Normal file
View File

@@ -0,0 +1,9 @@
[package]
name = "tsdproxy-keygen"
version = "0.1.0"
edition = "2021"
[dependencies]
http = "1.2.0"
oauth2 = "4.4.2"
serde_json = "1.0.133"