Skip to content

Commit

Permalink
add .cargo
Browse files Browse the repository at this point in the history
.cargo
  • Loading branch information
andrewgazelka committed Oct 21, 2024
1 parent 6b6cb72 commit a0c3e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[build]
rustflags = ["--cfg", "tokio_unstable", "-Ctarget-cpu=native"]
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
*.zip
.idea
/run
.cargo
perf.data
**/*.zip
.DS_Store
Expand Down

0 comments on commit a0c3e1f

Please sign in to comment.