replikativ / datahike

A fast, immutable, distributed & compositional Datalog engine for everyone.
https://datahike.io
Eclipse Public License 1.0
1.62k stars 95 forks source link

fix: bencode and cheshire need to be top level #641

Closed TimoKramer closed 11 months ago

TimoKramer commented 1 year ago

I moved the dependencies bencode and cheshire to an alias but since cli- and pod-ns are inside src-directory we have to have them in the top-deps. We need a concept on how to deal with a monorepo and separate the dependencies to keep datahike lean.

I figured we should not use babashka in prep-lib since we can not rely on it being installed in every environment.