Skip to content

Commit 53dc1e8

Browse files
committed
Add .cargo/config.toml and update .gitignore
This commit adds a new file, .cargo/config.toml, which includes a target configuration for aarch64-unknown-linux-gnu. Additionally, the .gitignore file has been updated to exclude the .cargo directory and remove backup files generated by rustfmt.
1 parent b4bfa22 commit 53dc1e8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.aarch64-unknown-linux-gnu]
2+
linker = "aarch64-linux-gnu-gcc"

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# More information here: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
66
Cargo.lock
77

8-
.cargo
98
# These are backup files generated by rustfmt
109
**/*.rs.bk
1110

0 commit comments

Comments
 (0)