origin-xtask 0.1.0

Origin maintenance tasks as a library, so a derivative's xtask is three lines and its rules arrive with a version bump.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# A project on origin 0.1.0 that already declares its windows, but still carries the
# hand-written capability file from before profiles existed.

[origin]
version = "0.1.0"

[product]
id = "dev.origin.fixture"
name = "Fixture"
version = "1.0.0"

[security.windows]
main = { profile = "standard-dashboard" }