diff options
| author | mat <git@matdoes.dev> | 2023-12-17 15:50:35 -0600 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-12-17 15:50:41 -0600 |
| commit | 72154452c384b9fa9fd7c99977b88b4842884dab (patch) | |
| tree | cfe54faf800d74e1d5d1231ea5a1d8577311ca6a | |
| parent | 8643ebd3628621414ff0c9fd41fb4b07b70d581e (diff) | |
| download | azalea-drasl-72154452c384b9fa9fd7c99977b88b4842884dab.tar.xz | |
move config.toml to config_fast_builds
| -rwxr-xr-x | .cargo/config_fast_builds (renamed from .cargo/config.toml) | 0 | ||||
| -rwxr-xr-x | .gitignore | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config_fast_builds index 9f370141..9f370141 100755 --- a/.cargo/config.toml +++ b/.cargo/config_fast_builds @@ -2,6 +2,9 @@ /doc .vscode +.cargo/config +.cargo/config.toml + # created by azalea-auth/examples/auth, defined in the main .gitignore because # the example could be run from anywhere example_cache.json |
