add sqlite as diesel dependency
This commit is contained in:
		
							parent
							
								
									fceb9ab0cd
								
							
						
					
					
						commit
						e5691f7b23
					
				
							
								
								
									
										11
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										11
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							| @ -475,6 +475,7 @@ dependencies = [ | ||||
|  "byteorder 1.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "diesel_derives 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "pq-sys 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "r2d2 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| @ -1001,6 +1002,15 @@ dependencies = [ | ||||
|  "crc 1.8.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
| name = "libsqlite3-sys" | ||||
| version = "0.9.3" | ||||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| dependencies = [ | ||||
|  "pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
|  "vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
| ] | ||||
| 
 | ||||
| [[package]] | ||||
| name = "locale_config" | ||||
| version = "0.2.2" | ||||
| @ -2882,6 +2892,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
| "checksum lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d33a48d0365c96081958cc663eef834975cb1e8d8bea3378513fc72bdbf11e50" | ||||
| "checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" | ||||
| "checksum libflate 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "7d4b4c7aff5bac19b956f693d0ea0eade8066deb092186ae954fa6ba14daab98" | ||||
| "checksum libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d3711dfd91a1081d2458ad2d06ea30a8755256e74038be2ad927d94e1c955ca8" | ||||
| "checksum locale_config 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "14fbee0e39bc2dd6a2427c4fdea66e9826cc1fd09b0a0b7550359f5f6efe1dab" | ||||
| "checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54" | ||||
| "checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" | ||||
|  | ||||
| @ -29,7 +29,7 @@ features = ["serde"] | ||||
| version = "0.4" | ||||
| 
 | ||||
| [dependencies.diesel] | ||||
| features = ["postgres", "r2d2", "chrono"] | ||||
| features = ["postgres", "sqlite", "r2d2", "chrono"] | ||||
| version = "*" | ||||
| 
 | ||||
| [dependencies.plume-api] | ||||
|  | ||||
| @ -23,7 +23,7 @@ features = ["serde"] | ||||
| version = "0.4" | ||||
| 
 | ||||
| [dependencies.diesel] | ||||
| features = ["postgres", "r2d2", "chrono"] | ||||
| features = ["postgres", "sqlite", "r2d2", "chrono"] | ||||
| version = "1.3.2" | ||||
| 
 | ||||
| [dependencies.plume-api] | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user