Introduce an helpers crate that export the database to stdout

This commit is contained in:
Clément Renault
2021-02-21 17:21:13 +01:00
parent 68102fced8
commit 9423310816
4 changed files with 113 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[workspace]
members = ["milli", "http-ui", "infos", "search"]
members = ["milli", "http-ui", "infos", "helpers", "search"]
default-members = ["milli"]
[profile.release]