9 lines
180 B
TOML
9 lines
180 B
TOML
[build]
|
|
filehash = false
|
|
dist = "target/dist"
|
|
public_url = "."
|
|
|
|
[[hooks]]
|
|
stage = "post_build"
|
|
command = "cargo"
|
|
command_arguments = ["run", "--manifest-path", "config/Cargo.toml"] |