diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-12-08 19:48:56 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-12-08 19:48:56 +0800 |
| commit | 0d43ea9ad1c5d490a5e1db3ce19d67a7e5193d35 (patch) | |
| tree | 96b78fbaf8d0621be01ffeaef50fb636bbce4569 /.cargo/config.toml | |
| parent | 05f91c8a0191b2cb4ef0baa9690abc5d83fd2f1e (diff) | |
Replace Cargo alias with standalone export script
Diffstat (limited to '.cargo/config.toml')
| -rw-r--r-- | .cargo/config.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.cargo/config.toml b/.cargo/config.toml index 8de7c9b..9ba89a6 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,10 +1,6 @@ [build] target-dir = "./.temp/target/" -[alias] -# Use `cargo export` to export the project -export = "run --manifest-path crates/build_helper/Cargo.toml --bin exporter" - [publish] target-dir = "./export/" binaries = [ |
