Remove redundant metadata
This commit is contained in:
parent
0adadddb7f
commit
e1ad6de6d2
1 changed files with 0 additions and 12 deletions
12
Cargo.toml
12
Cargo.toml
|
@ -9,15 +9,3 @@ version = "0.1.0"
|
|||
|
||||
[dependencies]
|
||||
clap = "2.33.3"
|
||||
|
||||
[package.metadata.nix]
|
||||
app = true
|
||||
build = true
|
||||
library = true
|
||||
systems = [
|
||||
"aarch64-linux",
|
||||
"aarch64-darwin",
|
||||
"i686-linux",
|
||||
"x86_64-darwin",
|
||||
"x86_64-linux",
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue