eureka-network / rs-eureka

Eureka sink
0 stars 0 forks source link

(possible?) replace Git submodules for retrieving proto files with explicit cargo.toml dependency instead #28

Closed benjaminbollen closed 1 year ago

benjaminbollen commented 1 year ago

for now added git submodule init && git submodule update && to the rust.yml CI definition, but this should not be how we build the repository

benjaminbollen commented 1 year ago

started on a draft to instead curl the files during build.rs

vadim-frolov commented 1 year ago

suggested PR #64

benjaminbollen commented 1 year ago

superceded by #64