Merge pull request 'Updated Dependencies' (#1) from dependencies into main

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2024-12-15 20:33:16 +00:00
2 changed files with 19 additions and 0 deletions

10
.gitignore vendored
View File

@@ -449,3 +449,13 @@ FodyWeavers.xsd
# Built Visual Studio Code Extensions # Built Visual Studio Code Extensions
*.vsix *.vsix
# Added by cargo
/target
# Ignore the .client-auth file
.client-auth
# Ignore the config directory as this is used for testing purposes before the executable is moved
config/

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"