summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 80e5c3f52bbaf59e13ad0066e5dc5e00aacf2be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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",
]