blob: b5e02a8972eab9dcce8a08af47ee1e1cdb1f5c51 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[build]
target-dir = "./.temp/target/"
[alias]
pub = "run --manifest-path crates/build_helper/Cargo.toml --bin exporter"
[publish]
target-dir = "./.temp/publish/"
binaries = [
"jv",
"jv.exe",
"jvv",
"jvv.exe",
"jvref",
"jvref.exe"
]
|