summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 6be452a23c207daab2256b421ff517e2f61d8f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build]
target-dir = "./.temp/target/"

[alias]
dev = "run --manifest-path crates/cli_publisher/Cargo.toml"
release = "run --manifest-path crates/cli_publisher/Cargo.toml --release"

[publish]
target-dir = "./.temp/publish/"
binaries = [
    "jv",
    "jv.exe",

    "jvv",
    "jvv.exe"
]