You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
			
				
					26 lines
				
				585 B
			
		
		
			
		
	
	
					26 lines
				
				585 B
			| 
											3 weeks ago
										 | [package] | ||
|  | name = "挂牌上锁平台" | ||
|  | version = "0.1.0" | ||
|  | description = "挂牌上锁平台" | ||
|  | authors = ["you"] | ||
|  | license = "" | ||
|  | repository = "" | ||
|  | edition = "2021" | ||
|  | rust-version = "1.77.2" | ||
|  | 
 | ||
|  | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|  | 
 | ||
|  | [lib] | ||
|  | name = "app_lib" | ||
|  | crate-type = ["staticlib", "cdylib", "rlib"] | ||
|  | 
 | ||
|  | [build-dependencies] | ||
|  | tauri-build = { version = "2.4.0", features = [] } | ||
|  | 
 | ||
|  | [dependencies] | ||
|  | serde_json = "1.0" | ||
|  | serde = { version = "1.0", features = ["derive"] } | ||
|  | log = "0.4" | ||
|  | tauri = { version = "2.8.2", features = [] } | ||
|  | tauri-plugin-log = "2" |