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:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -449,3 +449,13 @@ FodyWeavers.xsd
|
||||
# Built Visual Studio Code Extensions
|
||||
*.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
9
Cargo.toml
Normal 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"
|
||||
Reference in New Issue
Block a user