diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-21 12:37:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-21 12:37:04 +0800 |
| commit | 24c2c8cad43c755cf668ea92a08c0be7fb3b819d (patch) | |
| tree | 790c8c9bcc67661748b6a58f471d8cce11efaa86 /.cargo/config.toml | |
| parent | 7e7c9522a77625569d4a036323814ba5367ebc28 (diff) | |
First
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..663077d --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,6 @@ +[build] +target-dir = "./.temp/target/" + +[publish] +target-dir = "./.temp/publish/" +binaries = ["jvc", "jvc.exe"] |
