mirror of
				https://github.com/astral-sh/ruff.git
				synced 2025-11-03 21:23:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
	
		
			591 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
	
		
			591 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "ruff_python_semantic"
 | 
						|
version = "0.0.0"
 | 
						|
publish = false
 | 
						|
edition = { workspace = true }
 | 
						|
rust-version = { workspace = true }
 | 
						|
 | 
						|
[lib]
 | 
						|
 | 
						|
[dependencies]
 | 
						|
ruff_python_ast = { path = "../ruff_python_ast" }
 | 
						|
ruff_python_stdlib = { path = "../ruff_python_stdlib" }
 | 
						|
ruff_text_size = { workspace = true }
 | 
						|
ruff_index = { path = "../ruff_index" }
 | 
						|
 | 
						|
bitflags = { workspace = true }
 | 
						|
is-macro = { workspace = true }
 | 
						|
nohash-hasher = { workspace = true }
 | 
						|
num-traits = { workspace = true }
 | 
						|
rustc-hash = { workspace = true }
 | 
						|
rustpython-parser = { workspace = true }
 | 
						|
smallvec = { workspace = true }
 |