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

10
.gitignore vendored
View File

@@ -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/