forked from mirrors/gecko-dev
		
	 5186434570
			
		
	
	
		5186434570
		
	
	
	
	
		
			
			Depends on D137269 Differential Revision: https://phabricator.services.mozilla.com/D137271
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			214 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			214 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "regex-ffi"
 | |
| version = "0.1.0"
 | |
| authors = ["Doug Thayer <dothayer@mozilla.com>"]
 | |
| edition = "2018"
 | |
| license = "MPL-2.0"
 | |
| 
 | |
| [dependencies]
 | |
| regex = "1"
 | |
| nsstring = { path = "../../../xpcom/rust/nsstring" }
 |