Checkpoint
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
[package]
|
||||
name = "test-package"
|
||||
version = "0.1.0"
|
||||
description = "A package for testing the Nye package manager."
|
||||
architectures = ["x86", "x86_64"]
|
||||
|
||||
[[expose.bin]]
|
||||
name = "shared-binary"
|
||||
|
||||
[[expose.bin]]
|
||||
name = "exposed-binary"
|
||||
|
||||
[[expose.bin]]
|
||||
name = "exposed-binary-x86"
|
||||
architectures = ["x86"]
|
||||
|
||||
[[expose.bin]]
|
||||
name = "exposed-binary-x86_64"
|
||||
architectures = ["x86_64"]
|
||||
Reference in New Issue
Block a user