Skip to content

Commit dcc37d3

Browse files
committed
Upload New Files
1 parent dc9771a commit dcc37d3

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.cargo/config.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build]
2+
rustflags = ["-C", "target-feature=+crt-static"]
3+
target = "x86_64-unknown-linux-musl"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/target
2+
/.idea

0 commit comments

Comments
 (0)