alexeilebedev / openacr

open-source version of acr & amc
GNU General Public License v3.0
34 stars 17 forks source link

fix lib_json circular dep #92

Closed ali5h closed 1 month ago

ali5h commented 1 month ago

algo_lib uses lib_json, lib_json uses algo_lib, let's break that cycle

This issue came up when I was trying to generate bazel BUILD files for this project. With this change we have no more cycles.