project
One of the poq.toml spec sections.
The [project] header declares which version of the spec format you wrote your file against.
[project]
spec_version = "1"
Today the only accepted value for spec_version is "1". Any other value is rejected as soon as the file is read.
| option | accepts | required | description | example |
|---|---|---|---|---|
spec_version | string | yes | Tells Sapien which version of the spec format you wrote. Set to "1" — the only value accepted today. | "1" |