Move the command lines helpers into different crates

This commit is contained in:
Clément Renault
2021-02-14 18:55:15 +01:00
parent d8f3421608
commit fecf3d6fc1
11 changed files with 142 additions and 48 deletions

View File

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