diff options
| author | Ian McIntyre <me@mciantyre.dev> | 2025-07-05 16:24:52 -0400 |
|---|---|---|
| committer | Ian McIntyre <me@mciantyre.dev> | 2025-07-05 16:24:52 -0400 |
| commit | 6f313f98fc8162c8dc7bac330fde927901cb9ba8 (patch) | |
| tree | b565427482d9fd16d0eae3791fb901882f9884da /.cargo/config.toml | |
First commit
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..c9b00e8 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[build] +dep-info-basedir = "." |
