chore: fix how to

This commit is contained in:
Jesús Pérez Lorenzo 2021-09-01 19:47:30 +01:00
parent 5a3f2f08c4
commit 0bb1bfec42

View File

@ -27,17 +27,13 @@ Updating packages or dependencies shoud be keep in sync among <u>Cargo.toml</u>
3 - <u>For each member of</u> of **Macros Library** one line like the one below should be included in <u>target development Cargo.toml</u> (adjust version & path) and **use** whatever is need.
```toml
app_auth = { version = "0.1.0", path = "../lib/defs/app_auth" }
kloud_entries_macro_derive = { path = "../lib/macros/kloud_entries_macro_derive" }
```
To include all libraries:
```toml
app_auth = { version = "0.1.0", path = "../lib/defs/app_auth" }
app_env = { version = "0.1.0", path = "../lib/defs/app_env" }
app_errors = { version = "0.1.0", path = "../lib/defs/app_errors" }
app_file = { version = "0.1.0", path = "../lib/defs/app_file" }
kloud = { version = "0.1.0", path = "../lib/defs/kloud" }
kloud_entries_macro_derive = { path = "../lib/macros/kloud_entries_macro_derive" }
```
### Structure