Update .cargo/config

This commit is contained in:
howardwu 2020-08-21 04:20:13 -07:00
parent 4209f9a159
commit 375019673b
2 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,2 @@
[build]
rustflags = ["-C", "target-cpu=native"]
[net]
git-fetch-with-cli = true

View File

@ -12,7 +12,6 @@ license = "GPL-3.0"
edition = "2018"
[lib]
name = "leo_lib"
path = "leo/lib.rs"
[[bin]]