9 lines
173 B
TOML
9 lines
173 B
TOML
[build]
|
|
filehash = false
|
|
dist = "../target/dist"
|
|
public_url = "."
|
|
|
|
[[hooks]]
|
|
stage = "build"
|
|
command = "cargo"
|
|
command_arguments = ["run", "--bin", "create_default_configs"] |