Remove the cargo.toml workspace and define common as a library
This commit is contained in:
parent
33493c8991
commit
a372187c8d
9 changed files with 120 additions and 83 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue