Allow building with bundled sqlite
This commit is contained in:
		
							parent
							
								
									c571eae5ce
								
							
						
					
					
						commit
						cffd420f86
					
				| @ -6,6 +6,9 @@ edition = "2018" | ||||
| 
 | ||||
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||||
| 
 | ||||
| [features] | ||||
| bundled = ["rusqlite/bundled"] | ||||
| 
 | ||||
| [dependencies] | ||||
| sprinklers_core = { path = "../sprinklers_core" } | ||||
| rusqlite = "0.24.0" | ||||
|  | ||||
| @ -6,6 +6,9 @@ edition = "2018" | ||||
| 
 | ||||
| # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||||
| 
 | ||||
| [features] | ||||
| bundled_sqlite = ["sprinklers_database/bundled"] | ||||
| 
 | ||||
| [dependencies] | ||||
| sprinklers_core = { path = "../sprinklers_core" } | ||||
| sprinklers_database = { path = "../sprinklers_database" } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user