Commit Graph

7 Commits

Author SHA1 Message Date
Sebastian Thiel
7abe6a3de2 regenerate all APIs and CLIs (#357) 2022-09-14 08:40:50 +08:00
Sebastian Thiel
36b74097b6 a bunch of publishes 2022-03-08 11:57:01 +08:00
Sebastian Thiel
f2c1b82112 regen all APIs and validate them 2022-03-08 08:23:03 +08:00
Sebastian Thiel
f125912384 regenerate all crates 2019-12-09 11:50:00 +08:00
Sebastian Thiel
e42ebc0c2b Bump version to 1.0.9; update JSON schemas; add new APIs 2019-07-05 11:32:35 +08:00
Sebastian Thiel
75076acf16 chore(code): updated to latest state 2016-01-30 14:08:25 +01:00
Sebastian Thiel
cefd606b53 feat(make): cli depends on API, generically
This allows us to build efficiently. CLI programs can now have their
own cmn.rs implementation, which we can test standalone with
`cargo test`.

The primary makefile currently just explicitly pulls in the type-*.yaml,
one day we could possibly put it into a loop.

Fixes #11
2015-03-24 12:56:24 +01:00