Before refactor common item traits

This commit is contained in:
Dominik Werder
2022-11-29 14:37:22 +01:00
parent 75d492ff85
commit 075bdd05bd
10 changed files with 66 additions and 18 deletions

View File

@@ -41,5 +41,6 @@ bitshuffle = { path = "../bitshuffle" }
dbconn = { path = "../dbconn" }
parse = { path = "../parse" }
items = { path = "../items" }
items_2 = { path = "../items_2" }
streams = { path = "../streams" }
httpclient = { path = "../httpclient" }