aboutsummaryrefslogtreecommitdiff
path: root/hie.yaml
diff options
context:
space:
mode:
authorstuebinm2022-07-02 00:16:02 +0200
committerstuebinm2022-07-02 00:35:34 +0200
commit6c25964c0165530e7db6650eea79cbac99031353 (patch)
tree2b821e5e07320c211a8af0e70974cbbe6defef9e /hie.yaml
parent6b4e8ba88f35538d62bb78b9872bc298178cf96d (diff)
gtfs realtime proof of concept
this adds a package for protobuf stuff, generated via hprotoc. Seems to work kinda fine? (the generated API is horrible though, will have to write some wrappers for that)
Diffstat (limited to 'hie.yaml')
-rw-r--r--hie.yaml3
1 files changed, 3 insertions, 0 deletions
diff --git a/hie.yaml b/hie.yaml
index 2b25c1f..4bc07c5 100644
--- a/hie.yaml
+++ b/hie.yaml
@@ -5,3 +5,6 @@ cradle:
- path: "lib"
component: "lib:tracktrain"
+
+ - path: "gtfs"
+ component: "tracktrain:lib:gtfs"