chore: fix how to
This commit is contained in:
		
							parent
							
								
									8fa4ca6fba
								
							
						
					
					
						commit
						899566c9a2
					
				
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							@ -27,18 +27,20 @@ Updating packages or dependencies shoud be keep in sync among <u>Cargo.toml</u>
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
2 - Get current version from <u>Cargo.toml</u>
 | 
					2 - Get current version from <u>Cargo.toml</u>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
3 - <u>For each member of</u>  of **Defs 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.
 | 
					3 - <u>For each member of</u>  of **Handlers 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
 | 
					```toml
 | 
				
			||||||
app_auth_filters = { version = "0.1.0", path = "../lib/filters/app_auth_filters" }
 | 
					app_auth_handlers = { version = "0.1.0", path = "../lib/handlers/app_auth_handlers" }
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
To include all libraries:
 | 
					To include all libraries:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```toml
 | 
					```toml
 | 
				
			||||||
app_auth_filters = { version = "0.1.0", path = "../lib/filters/app_auth_filters" }
 | 
					app_auth_handlers = { version = "0.1.0", path = "../lib/handlers/app_auth_handlers" }
 | 
				
			||||||
app_file_filters = { version = "0.1.0", path = "../lib/filters/app_file_filters" }
 | 
					app_file_filters = { version = "0.1.0", path = "../lib/filters/app_file_filters" }
 | 
				
			||||||
reject_filters = { version = "0.1.0", path = "../lib/filters/reject_filters" }
 | 
					app_file_handlers = { version = "0.1.0", path = "../lib/handlers/app_file_handlers" }
 | 
				
			||||||
 | 
					reqtasks = { version = "0.1.0", path = "../lib/handlers/reqtasks" }
 | 
				
			||||||
 | 
					reqenv = { version = "0.1.0", path = "../lib/handlers/reqenv" }
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### Structure
 | 
					### Structure
 | 
				
			||||||
@ -87,7 +89,6 @@ reqenv
 | 
				
			|||||||
    └── lib.rs
 | 
					    └── lib.rs
 | 
				
			||||||
</pre>
 | 
					</pre>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
#### reqtasks
 | 
					#### reqtasks
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Handlers for: 
 | 
					Handlers for: 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user