Remove the cargo.toml workspace and define common as a library

This commit is contained in:
Grégory Burri 2019-08-15 13:44:08 +02:00
parent 33493c8991
commit a372187c8d
9 changed files with 120 additions and 83 deletions

View file

@ -13,3 +13,5 @@ listenfd = "0.3" # To watch file modifications and automatically launch a build
ron = "0.5" # Rust object notation, to load configuration files.
itertools = "0.8"
sqlite = "0.25"
common = { path = "../common" }