summaryrefslogtreecommitdiff
path: root/.cargo/config.toml
blob: 663077d8002484efed425ff8d4867e25fd6c9ae6 (plain)
1
2
3
4
5
6
[build]
target-dir = "./.temp/target/"

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