Added dependencies into the Cargo.toml file and updated .gitignore to ignore files associated with this project that are secret.
10 lines
141 B
TOML
10 lines
141 B
TOML
[package]
|
|
name = "tsdproxy-keygen"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
http = "1.2.0"
|
|
oauth2 = "4.4.2"
|
|
serde_json = "1.0.133"
|